Skip to main content

ASPxDocumentViewer.Report Property

Specifies the report to display in the ASPxDocumentViewer.

Namespace: DevExpress.XtraReports.Web

Assembly: DevExpress.XtraReports.v23.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