Skip to main content
All docs
V25.2
  • ReportViewerType Enum

    Contains values that specify the component responsible for report preview. Report V2 Module uses these values.

    Namespace: DevExpress.ExpressApp.ReportsV2.Blazor

    Assembly: DevExpress.ExpressApp.ReportsV2.Blazor.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.ReportsV2.Blazor

    Declaration

    public enum ReportViewerType

    Members

    Name Description
    DxDocumentViewer

    The component type is DevExpress.Blazor.Reporting.DxDocumentViewer.

    DxReportViewer

    The component type is DevExpress.Blazor.Reporting.DxReportViewer.

    See Also