ReportWebViewerDetailItem.ReportViewer Property
In This Article
Gets the HTML5 Document Viewer control.
Namespace: DevExpress.ExpressApp.ReportsV2.Web
Assembly: DevExpress.ExpressApp.ReportsV2.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2.Web
#Declaration
public ASPxWebDocumentViewer ReportViewer { get; }
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
An example of using this property is provided in the How to: Access the ASPxDocumentViewer and ASPxWebDocumentViewer Controls topic.
See Also