The ViewModel type exposes the following members.

Constructors

  NameDescription
ViewModel
Initializes a new instance of the ViewModel class.

Methods

  NameDescription
AssignParameters
Sets the model display parameters subject to the previous active model.
ChangeZoomOverloaded.
Clone
Creates object clone.
DocumentEnd
Performs switching to the end of the report.
DocumentHome
Performs switching to the beginning of the report.
EnsureVisibleOverloaded.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
GoToFirstPage
Initiates switching to the first page.
GoToLastPage
Initiates switching to the last page.
GoToNextPage
Initiates switching to the next page.
GoToPrevPage
Initiates switching to the previous page.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MouseWheel
Occurs when the mouse wheel moves while the control has focus.
PageDown
Performs page scroll down.
PageEnd
Performs switching to the bottom of the page.
PageHome
Performs switching to the top of the page.
PageUp
Performs page scroll up.
PanView
Performs report scrolling.
ResetSearchResult
Resets search results.
ShowSearchResult
Shows area with text search results.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
UpdateContent
ZoomInOverloaded.
ZoomOutOverloaded.
ZoomWindow
Performs scaling by the selected area.

Fields

  NameDescription
MaxZoom
Gets max scale.
MinZoom
Gets min scale.

Properties

  NameDescription
CanGoToNextPage
Gets the property which indicates if it is possible to switch to the next page.
CanGoToPrevPage
Gets the property which indicates if it is possible to switch to the previous page.
ClientSize
Gets the client area size.
HScrollBarActive
Gets the property which indicates if horizontal scrolling is active.
HScrollBarLarge
Gets value to be added to value property when the scroll box is moved at a large distance.
HScrollBarMaximum
Gets max value of the [T:System.Windows.Controls. Primitives.RangeBase.Value] scrolling control.
HScrollBarPosition
Gets or sets the scroll box position on horizontal scroll bar.
HScrollBarSmall
Gets value to be added to value property when the scroll box is moved at a small distance.
HScrollBarViewPort
Gets a part of visible content of horizontal scroll bar.
PageNumber
Gets or sets page number.
View
Gets IView which is report preview control.
ViewManager
Gets ViewManager which is Report Viewer manager.
VScrollBarActive
Gets the property which indicates if vertical scroll bar is active.
VScrollBarLarge
Gets value to be added to value property when the scroll box is moved at a large distance.
VScrollBarMaximum
Gets max value of the [T:System.Windows.Controls. Primitives.RangeBase.Value] scroll bar.
VScrollBarPosition
Gets or sets scroll box position on vertical scroll bar.
VScrollBarSmall
Gets value to be added to value property when the scroll box is moved at a small distance.
VScrollBarViewPort
Gets a part of visible content of vertical scroll bar.
Zoom
Gets or sets Zoom which is report scale.

See Also