Skip to main content
All docs
V24.1

XRCallContextHelper.InitializeReportExport(IServiceProvider, PrintingSystemBase) Method

Namespace: DevExpress.XtraPrinting.Diagnostics

Assembly: DevExpress.XtraReports.v24.1.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public static void InitializeReportExport(
    IServiceProvider serviceProvider,
    PrintingSystemBase ps
)

Parameters

Name Type
serviceProvider IServiceProvider
ps PrintingSystemBase
See Also