Skip to main content
All docs
V18.2

ASPxClientDocumentViewer Methods

The client-side equivalent of the ASPxDocumentViewer control.
Name Description
Cast(Object) static Converts the specified object to the current object’s type. This method is effective when you utilize the Client API IntelliSense feature provided by DevExpress.
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.
GetDocumentMap() Provides access to the document of the ASPxClientDocumentViewer.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetParametersPanel() Provides access to the parameters panel of the ASPxClientDocumentViewer.
GetRibbonToolbar() Provides access to the Ribbon of the ASPxClientDocumentViewer.
GetSplitter() Provides access to the Splitter of the ASPxClientDocumentViewer.
GetToolbar() Provides access to the Document Viewer toolbar on the client.
GetType() Gets the Type of the current instance. Inherited from Object.
GetViewer() Obsolete. Provides access to the ASPxClientDocumentViewer‘s preview that exposes methods to print and export the document.
GotoBookmark(Int32, String) Sets focus on the report control specified by its bookmark.
GotoPage(Int32) Displays the specified report page.
IsSearchAllowed() Gets a value indicating whether or not searching text across a report is permitted in the web browser.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Print() Prints the current document.
Print(Int32) Prints the document’s page with the specified page index.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Initiates a round trip to the server so that the current page will be reloaded.
SaveToDisk(String) Exports a report to a file of the specified format, and saves it to the disk.
SaveToWindow(String) Exports a report to a file of the specified format, and shows it in a new Web Browser window.
Search() Invokes the Search dialog, which allows end-users to search for specific text in a report.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also