Skip to main content
All docs
V18.2

ASPxClientDocumentViewer Members

The client-side equivalent of the ASPxDocumentViewer control.

Constructors

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

Methods

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.

Events

Name Description
BeginCallback Occurs when a callback for server-side processing is initiated.
CallbackError Fires on the client if any server error occurs during server-side processing of a callback sent by ASPxClientDocumentViewer.
EndCallback Occurs on the client after a callback’s server-side processing has been completed.
PageLoad Occurs on the client side when a report page is loaded into this ASPxClientDocumentViewer instance.
ToolbarItemClick Occurs when an item within the Document Viewer’s report toolbar is clicked.
ToolbarItemValueChanged Occurs when the value of an item within the Document Viewer’s report toolbar is changed.
See Also