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

ReportViewerSettings.Report Property

Specifies the report instance which is associated with ReportViewerSettings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.1.dll

Declaration

public XtraReport Report { get; set; }

Property Value

Type Description
XtraReport

An XtraReport object.

Property Paths

You can access this nested property as listed below:

Object Type Path to Report
ReportViewerExtension
.Settings.Report
See Also