Skip to main content

PreviewModelBase Properties

The base class for classes that provide the Preview Model functionality.
Name Description
InputController Provides access to an object that stores keyboard and mouse shortcuts corresponding to appropriate Report Designer commands.
IsCreating Specifies whether or not a document is still being created.
IsIncorrectPageContent Returns a value specifying whether or not the document page content is rendered correctly.
IsLoading Specifies whether or not a document is still being loaded.
PageContent Provides access to the content of report pages.
PageCount Gets a value indicating the total number of pages in a report document.
PageViewHeight Gets a value indicating the height of a page as it appears on-screen.
PageViewWidth Gets a value indicating the width of a page as it appears on-screen.
Zoom Specifies the zoom factor of a report document.
ZoomDisplayFormat Specifies the display format of available zoom factor values.
ZoomDisplayText Specifies the display text for a zoom factor value.
ZoomInCommand Increases the document zoom factor.
ZoomMode Specifies the zooming mode that is applied to a report document.
ZoomModes Provides access to a collection of zooming modes available for a report document.
ZoomOutCommand Decreases the document zoom factor.
See Also