Skip to main content
All docs
V24.2

DxViewer Members

Base class for DevExpress Blazor Viewer components.

Constructors

Name Description
DxViewer() Initializes a new instance of the DxViewer class.

Properties

Name Description
CssClass Assigns a CSS class to the component. Inherited from DxComponent.
CurrentPageIndex Gets the index of the displayed page.
CustomTabs
EditingFieldsHighlighted Specifies whether the editable fields are highlighted in the document.
ExportModel Obtains document export settings.
Id Specifies the component’s unique identifier. Inherited from DxComponent.
LoadingPanelVisible
PageOfPagesModel Retrieves page number settings.
QuickActionsModel
RootCssClasses Specifies the names of the CSS classes that apply to the outside DIV of the component markup.
SinglePagePreview Specifies whether to display one page or mutliple pages in a preview.
SizeMode Specifies the size of the Report Viewer UI elements.
TabPanelMaxWidth Specifies the Tab panel’s maximum width.
TabPanelMinWidth Specifies the Tab panel’s minimum width.
TabPanelModel Provides access to the Tab Panel settings.
TabPanelWidth Specifies the Tab panel width.
ToolbarModel obtains toolbar items.
Zoom Gets or sets the zoom level.
ZoomModel Provides access to properties and methods that relate to the zoom level.

Methods

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.
JSUpdatePageImageAsync(Int32)
JSUpdatePageSizeAsync()
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
PrintAsync() Asynchronously prints a document.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
UpdateZoomAsync(Double) Specifies a zoom percentage.
UpdateZoomAsync(String) Specifies a zoom percentage.

Events

Name Description
OnCustomizeTabs
OnCustomizeToolbar Allows you to customize the Report Viewer toolbar.
OnExport Occurs before the Report Viewer sends a request to print the document or to get the exported document.
See Also