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

ReportProviderContext.RootReport Property

Returns a report object that is the root report for a subreport.

Namespace: DevExpress.XtraReports.Services

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public XtraReport RootReport { get; }

Property Value

Type Description
XtraReport

A report object.

See Also