Skip to main content

ReportProviderContext.RootReport Property

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

Namespace: DevExpress.XtraReports.Services

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public XtraReport RootReport { get; }

Property Value

Type Description
XtraReport

A report object.

See Also