XRCallContextHelper.InitializeReportGenerationAndExport(IServiceProvider, XtraReport) Method
Namespace: DevExpress.XtraPrinting.Diagnostics
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public static void InitializeReportGenerationAndExport(
IServiceProvider serviceProvider,
XtraReport report
)
Parameters
| Name | Type |
|---|---|
| serviceProvider | IServiceProvider |
| report | XtraReport |
See Also