Skip to main content
All docs
V18.2

ASPxClientSidePreviewModel Members

Provides information a client-side Document Preview model.

Constructors

Name Description
ASPxClientSidePreviewModel() Initializes a new instance of the ASPxClientSidePreviewModel class with the default settings.

Properties

Name Description
reportPreview Provides access to the report preview.
tabPanel Provides access to a panel at the right of the Document Viewer.

Methods

Name Description
Close() Closes the document which is currently opened in the Web Document Viewer.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
ExportTo() Exports the document to a PDF file.
ExportTo(String, Boolean) Exports the document to a specified file format.
ExportTo(String) Exports the document to a specified file format.
GetCurrentPageIndex() Returns the current page’s zero-based index.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetParametersModel() Provide access to the report parameters’ client-side model.
GetType() Gets the Type of the current instance. Inherited from Object.
GoToPage(Int32) Displays the report page with the specified page index.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OpenReport(String) Opens the specified report on the Web Document Viewer’s client side.
Print() Prints the current document.
Print(Int32) Prints the document’s page with the specified index.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ResetParameters() Resets the report parameter values to the default values.
StartBuild() Starts building a report document.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also