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

ReportWebViewerDetailItem.ReportViewer Property

Gets the HTML5 Document Viewer control.

Namespace: DevExpress.ExpressApp.ReportsV2.Web

Assembly: DevExpress.ExpressApp.ReportsV2.Web.v18.2.dll

Declaration

public ASPxWebDocumentViewer ReportViewer { get; }

Property Value

Type Description
ASPxWebDocumentViewer

An ASPxWebDocumentViewer object that is a control used to view the report content.

Remarks

An example of using this property is provided in the How to: Access the ASPxDocumentViewer and ASPxWebDocumentViewer Controls topic.

See Also