Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

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.v24.1.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