Skip to main content
All docs
V25.1
  • XRCallContextHelper.InitializeReportGeneration(IServiceProvider, XtraReport) Method

    Namespace: DevExpress.XtraPrinting.Diagnostics

    Assembly: DevExpress.XtraReports.v25.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public static void InitializeReportGeneration(
        IServiceProvider serviceProvider,
        XtraReport report
    )

    Parameters

    Name Type
    serviceProvider IServiceProvider
    report XtraReport
    See Also