The ViewModel type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| AssignParameters | Sets the model display parameters subject to the previous active model. | |
| ChangeZoom | Overloaded. | |
| Clone | Creates object clone. | |
| DocumentEnd | Performs switching to the end of the report. | |
| DocumentHome | Performs switching to the begining of the report. | |
| EnsureVisible | Overloaded. | |
| Equals | (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. | |
| HightlightSearchResult | Hightlights the search result. | |
| MakeClientSideSearch | Executes the client side search. | |
| 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 the search result. | |
| ShowSearchResult | Shows area with text search results. | |
| ToString | (Inherited from Object.) | |
| UpdateContent | Updates the content. | |
| ZoomIn | Overloaded. | |
| ZoomOut | Overloaded. | |
| ZoomWindow | Performs scaling by the selected area. |
Fields
Properties
| Name | Description | |
|---|---|---|
| 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 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 the 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 scrolling 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 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. |