Back to Devexpress

DxReportViewer Members

xtrareports-devexpress-dot-blazor-dot-reporting-dot-dxreportviewer-dot-underscore-members.md

latest9.9 KB
Original Source

DxReportViewer Members

A document viewer component for reports.

Constructors

NameDescription
DxReportViewer()Initializes a new instance of the DxReportViewer class.

Properties

NameDescription
AllowURLsWithJSContentObsolete. Specifies whether the execution of the JavaScript code placed in URLs is allowed.
CssClassAssigns a CSS class to the component. Inherited from DxComponent.
CurrentPageIndexGets the index of the displayed page. Inherited from DxViewer.
CustomTabsInherited from DxViewer.
EditingFieldsHighlightedSpecifies whether the editable fields are highlighted in the document. Inherited from DxViewer.
ExportModelObtains document export settings. Inherited from DxViewer.
IdSpecifies the component’s unique identifier. Inherited from DxComponent.
LoadingPanelVisibleSpecifies whether the loading panel is visible. Inherited from DxViewer.
PageOfPagesModelRetrieves page number settings. Inherited from DxViewer.
ParametersModelProvides access to report parameters.
QuickActionsModelInherited from DxViewer.
ReportSpecifies the report to open.
RootCssClassesSpecifies the names of the CSS classes that apply to the outside DIV of the component markup. Inherited from DxViewer.
ShouldDisposeReportSpecifies whether a report should be disposed of when the Report Viewer is closed.
SinglePagePreviewSpecifies whether to display one or multiple pages in a preview. Inherited from DxViewer.
SizeModeSpecifies the size of the Report Viewer UI elements. Inherited from DxViewer.
TabPanelMaxWidthSpecifies the Tab panel’s maximum width. Inherited from DxViewer.
TabPanelMinWidthSpecifies the Tab panel’s minimum width. Inherited from DxViewer.
TabPanelModelProvides access to the Tab Panel settings. Inherited from DxViewer.
TabPanelWidthSpecifies the Tab panel width. Inherited from DxViewer.
ToolbarModelObtains toolbar items. Inherited from DxViewer.
ZoomGets or sets the zoom level. Inherited from DxViewer.
ZoomModelProvides access to properties and methods that relate to the zoom level. Inherited from DxViewer.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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)Inherited from DxViewer.
JSUpdatePageSizeAsync()Inherited from DxViewer.
MemberwiseClone() protectedCreates 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) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
StartBuildAsync()
StartPartialBuildAsync(Int32)
ToString()Returns a string that represents the current object. Inherited from Object.
UpdateZoomAsync(Double)Specifies a zoom percentage. Inherited from DxViewer.
UpdateZoomAsync(String)Specifies a zoom percentage. Inherited from DxViewer.

Events

NameDescription
OnCustomizeParameterLookUpSourceOccurs when a lookup editor is created for a report parameter. Allows you to supply lookup values.
OnCustomizeParametersAllows you to modify parameter settings and specify custom editors for report parameters.
OnCustomizeTabsAllows you to modify the tab collection in the tab panel. Inherited from DxViewer.
OnCustomizeToolbarAllows you to customize the Viewer’s toolbar. Inherited from DxViewer.
OnExportOccurs before the Report Viewer sends a request to print the document or to get the exported document. Inherited from DxViewer.
OnPreviewClickOccurs when a user clicks a report document.
OnPreviewDoubleClickOccurs when a user double-clicks a report document.
OnReportOpenedOccurs when a report is opened in the Report Viewer.

See Also

DxReportViewer Class

DevExpress.Blazor.Reporting Namespace