The ViewModel type exposes the following members.

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