Skip to main content
A newer version of this page is available. .

DxDocumentViewer Class

A control that is used to publish (preview, print and export) documents in Blazor applications.

Namespace: DevExpress.Blazor.Reporting

Assembly: DevExpress.Blazor.Reporting.v20.2.dll

NuGet Package: DevExpress.Blazor.Reporting

Declaration

public class DxDocumentViewer :
    ReportingComponentBase

Remarks

The following code adds the DxDocumentViewer control to a page, creates and loads a document from the HelloWorld report:

<DxDocumentViewer ReportName="HelloWorld" Height="1000px" Width="100%">
        <DxDocumentViewerTabPanelSettings Width="180" />
</DxDocumentViewer>

Implements

Inheritance

Object
ComponentBase
DevExpress.Blazor.Reporting.Base.ReportingComponentBase
DxDocumentViewer
See Also