ReportsAspNetModuleV2.ReportViewerType Property
Specifies the Report Viewer type to be used in an ASP.NET Web Forms application.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
#Declaration
[DefaultValue(ReportViewerTypes.ASP)]
public ReportViewerTypes ReportViewerType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Report |
ASP | A Report |
Available values:
Name | Description |
---|---|
ASP | The ASP. |
HTML5 | The HTML5 Document Viewer is used. |
#Remarks
You can use either ASP.NET or HTML5 Document Viewer to preview reports in ASP.NET Web Forms XAF applications. To choose an appropriate variant, set the ReportViewerType property either to ASP or HTML5, respectively.
Important
In v19.Report
property to HTML5.
In a new XAF solution created using the Solution Wizard, this property is set to HTML5, by default.
Important
The HTML5 Report Viewer does not use ASP.