Skip to main content
All docs
V18.2

ASPxClientReportViewer Methods

The client-side equivalent of the ASPxClientDocumentViewer control’s ReportViewer.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
GotoPage(Int32) Displays a report page with the specified page index in the ReportViewer.
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 a report shown in the ReportViewer.
Print(Int32) Prints a report 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.
SubmitParameters(Dictionary<String, Object>) Submits the values of the specified parameters.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also