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

ASPxDocumentViewer.Report Property

Specifies the report to display in the ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v21.2.Web.WebForms.dll

NuGet Package: DevExpress.Web.Reporting

Declaration

[Browsable(false)]
public XtraReport Report { get; set; }

Property Value

Type Description
XtraReport

An XtraReport specifying a report to display.

See Also