XRCallContextHelper.InitializeReportGeneration(IServiceProvider, XtraReport) Method
Namespace: DevExpress.XtraPrinting.Diagnostics
Assembly: DevExpress.XtraReports.v24.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