Skip to main content

ReportViewerSettings.Report Property

Specifies the report instance which is associated with ReportViewerSettings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

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