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.v21.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XtraReport RootReport { get; }

Property Value

Type Description
XtraReport

A report object.

See Also