DxReportViewer Methods
A document viewer component for reports.Name | Description |
---|---|
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. |
ExportToAsync(ExportFormat) | Asynchronously exports the document to a file in the specified format. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GoToPageAsync(Int32, VisualBrick) | |
JSUpdatePageImageAsync(Int32) | |
JSUpdatePageSizeAsync() | |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
OpenReportAsync(IReport) | Asynchronously opens the specified report and builds a document for preview. |
PrintAsync() | Asynchronously prints a report. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
StartBuildAsync() | |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UpdateZoomAsync(Double) | Specifies a zoom level. |
UpdateZoomAsync(String) | Specifies a zoom percentage. |
See Also