Back to Devexpress

ReportProviderContext Class

xtrareports-devexpress-dot-xtrareports-dot-services-3da4edba.md

latest1.6 KB
Original Source

ReportProviderContext Class

Specifies the root report for a subreport.

Namespace : DevExpress.XtraReports.Services

Assembly : DevExpress.XtraReports.v25.2.dll

NuGet Package : DevExpress.Reporting.Core

Declaration

csharp
public class ReportProviderContext
vb
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

ReportProviderContext Members

DevExpress.XtraReports.Services Namespace