Skip to main content

DocumentPreviewModelBase Properties
Show Inherited Hide Inherited

The base class for classes that provide the Preview Model functionality.
Name Description
CurrentPageIndex Specifies the zero-based current page index.
CurrentPageNumber Specifies the current page number.
CursorService Specifies the service that is used to customize the mouse pointer settings on the client. Inherited from PreviewModelBase.
DialogService Specifies the service that is used to invoke dialog windows on the client. An object implementing the IDialogService interface. Inherited from PreviewModelBase.
DocumentMapRootNode For internal use. Gets the root node of the Document Map.
DocumentMapSelectedNode For internal use. Gets the currently selected node of the Document Map.
ExportCommand Exports the current document.
FirstPageCommand Navigates to the first page of the current document.
InputController Provides access to the input controller associated with the DocumentPreviewModelBase.
IsCreating Specifies whether or not a document is still being created. Inherited from PreviewModelBase.
IsDocumentMapVisible Specifies whether or not the Document Map panel is visible.
IsEmptyDocument Gets the value specifying whether or not the document has any pages.
IsIncorrectPageContent Returns a value specifying whether or not the document page content is rendered correctly. Inherited from PreviewModelBase.
IsLoading Specifies whether or not a document is still being loaded. Inherited from PreviewModelBase.
IsOpenButtonVisible Gets the value indicating whether or not the Open button is available in the Bar Manager of the Document Viewer.
IsParametersPanelVisible Specifies whether or not the Parameters panel is visible.
IsSaveButtonVisible Gets the value indicating whether or not the Save button is available in the Bar Manager of the Document Viewer.
IsScaleVisible Gets the value indicating whether or not the Scale button is available in the Bar Manager of the Document Viewer.
IsSearchPanelVisible Specifies whether or not the Search panel is visible in Document Preview.
IsSearchVisible Gets the value indicating whether or not the Search command is accessible in a Document Viewer.
IsSendVisible Gets the value indicating whether or not the Send via e-mail... button is available in the Bar Manager of the Document Viewer.
IsSetWatermarkVisible Specifies whether or not the Watermark button is visible.
LastPageCommand Navigates to the last page of the current document.
NextPageCommand Navigates to the next page of the current document.
OpenCommand
PageContent Provides access to the content of report pages. Inherited from PreviewModelBase.
PageCount Gets a value indicating the total number of pages in a report document. Inherited from PreviewModelBase.
PageSetupCommand Runs the Page Setup dialog for the current document.
PageViewHeight Gets a value indicating the height of a page as it appears on-screen. Inherited from PreviewModelBase.
PageViewWidth Gets a value indicating the width of a page as it appears on-screen. Inherited from PreviewModelBase.
ParametersModel
PreviousPageCommand Navigates to the previous page of the current document.
PrintCommand Prints the current document.
PrintDirectCommand
ProgressMarqueeVisibility Indicates the current visibility of the Marquee (Indeterminate) Progress Bar, which appears in the Document Viewer while the document is being created.
ProgressMaximum Gets the maximum value of the Progress Reflector.
ProgressValue Gets a value which reflects the state of a process being tracked by the Progress Reflector.
ProgressVisibility Gets the current visibility of the Progress Bar, which appears in the Print Preview while the document is being created.
SaveCommand
ScaleCommand Adjusts the scale of the current report.
SendCommand
StopCommand Stops creating the document.
ToggleDocumentMapCommand Executes the command, which shows or hides the Document Map panel.
ToggleParametersPanelCommand Executes the command, which shows or hides the Parameters panel.
ToggleSearchPanelCommand Executes the command, which shows or hides the Search panel.
UseSimpleScrolling Specifies whether a simple scrolling mode should be used for the document. Inherited from PreviewModelBase.
WatermarkCommand Shows the Watermark dialog.
Zoom Specifies the zoom factor of a report document. Inherited from PreviewModelBase.
ZoomDisplayFormat Specifies the display format of available zoom factor values. Inherited from PreviewModelBase.
ZoomDisplayText Specifies the display text for a zoom factor value. Inherited from PreviewModelBase.
ZoomInCommand Increases the document zoom factor. Inherited from PreviewModelBase.
ZoomMode Specifies the zooming mode that is applied to a report document. Inherited from PreviewModelBase.
ZoomModes Provides access to a collection of zooming modes available for a report document. Inherited from PreviewModelBase.
ZoomOutCommand Decreases the document zoom factor. Inherited from PreviewModelBase.
See Also