Skip to main content

IWizardCustomizationService.TryCreateReport(XtraReportModel, out XtraReport) Method

Creates a new report with the specified settings.

Namespace: DevExpress.Xpf.Reports.UserDesigner.ReportWizard

Assembly: DevExpress.Xpf.ReportDesigner.v23.2.dll

NuGet Package: DevExpress.Wpf.Reporting

Declaration

bool TryCreateReport(
    XtraReportModel model,
    out XtraReport report
)

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