IWizardCustomizationService.TryCreateReport(XtraReportModel, out XtraReport) Method
Creates a new report with the specified settings.
Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard
Assembly: DevExpress.Xpf.ReportDesigner.v25.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| model | XtraReportModel | A XtraReportModel object. |
| report | XtraReport | A XtraReport object. |
Returns
| Type | Description |
|---|---|
| Boolean | true, if the report has been created; otherwise, false. |
See Also