PreviewModelBase Properties
The base for classes that provide the Preview Model functionality.
Name | Description |
---|---|
Cursor |
Specifies the service that is used to customize the mouse pointer settings on the client. |
Dialog |
Specifies the service that is used to invoke dialog windows on the client.
An object implementing the IDialog |
Input |
Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands. |
Is |
Specifies whether a document is still being created. |
Is |
Returns a value specifying whether the document page content is rendered correctly. |
Is |
Specifies whether a document is still being loaded. |
Page |
Provides access to the content of report pages. |
Page |
Gets a value indicating the total number of pages in a report document. |
Page |
Gets a value indicating the height of a page as it appears on-screen. |
Page |
Gets a value indicating the width of a page as it appears on-screen. |
Use |
Specifies whether a simple scrolling mode should be used for the document. |
Zoom | Specifies the zoom factor of a report document. |
Zoom |
Specifies the display format of available zoom factor values. |
Zoom |
Specifies the display text for a zoom factor value. |
Zoom |
Increases the document zoom factor. |
Zoom |
Specifies the zooming mode that is applied to a report document. |
Zoom |
Provides access to a collection of zooming modes available for a report document. |
Zoom |
Decreases the document zoom factor. |
See Also