ReportProviderContext.RootReport Property
In This Article
Returns a report object that is the root report for a subreport.
Namespace: DevExpress.XtraReports.Services
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public XtraReport RootReport { get; }
#Property Value
Type | Description |
---|---|
Xtra |
A report object. |
See Also