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

ReportViewer.Report Property

Specifies a report instance, associated with ReportViewer.

Namespace: DevExpress.XtraReports.Web

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

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

For general information, see ASP.NET Document Viewer.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Report property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also