Skip to main content

ReportProviderContext Class

Specifies the root report for a subreport.

Namespace: DevExpress.XtraReports.Services

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public class ReportProviderContext

Remarks

The ReportProviderContext instance is passed to the IReportProvider.GetReport method to identify a root report for the subreport.

ReportProviderContext is primarily designed for complex scenarios where subreports are identified by their name and instance (XRSubreport.ReportSourceUrl and SubreportBase.ReportSource properties, respectively). In general, this parameter is not relevant for web applications and can be ignored in most situations.

Inheritance

Object
ReportProviderContext
See Also