Skip to main content

ReportViewer.Report Property

Specifies a report instance, associated with ReportViewer.

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 object.

Remarks

Use the Report property to assign a report instance to a ReportViewer. You can do this in code, in the Page_Load event handler.

After this, a report document is created every time the Web page is reloaded and the document pages are transmitted to the server on-demand (in accordance with the page navigation via the associated ReportToolbar).

See Also