Skip to main content

XtraWizardReportBuilder.Build(XtraReport, ReportModel) Method

Namespace: DevExpress.XtraReports.Wizards.Builder

Assembly: DevExpress.XtraReports.v25.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public override void Build(
    XtraReport report,
    ReportModel model
)

Parameters

Name Type
report XtraReport
model ReportModel

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Build(XtraReport, ReportModel) method.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also