Skip to main content
All docs
V25.1
  • ReportProviderContext.RootReport Property

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

    Namespace: DevExpress.XtraReports.Services

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public XtraReport RootReport { get; }

    Property Value

    Type Description
    XtraReport

    A report object.

    See Also