XtraReportModelUI.CreateReportModel(IServiceProvider) Method
Creates the report model that stores default report settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| serviceProvider | IServiceProvider | An object that implements the IServiceProvider interface. |
Returns
| Type | Description |
|---|---|
| XtraReportModel | An XtraReportModel object that stores report settings. |
See Also