XtraReportModelUI.CreateReportModel(IServiceProvider, XtraReport) Method
Creates the report model that stores settings specified on the Specify Report Page Settings wizard page.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v25.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
public XtraReportModel CreateReportModel(
IServiceProvider serviceProvider,
XtraReport report
)
Parameters
| Name | Type | Description |
|---|---|---|
| serviceProvider | IServiceProvider | An object that implements the IServiceProvider interface. |
| report | XtraReport | An XtraReport object. |
Returns
| Type | Description |
|---|---|
| XtraReportModel | An XtraReportModel object that stores report page settings. |
See Also