Skip to main content
A newer version of this page is available. .

ReportBuilder Class

Enables you to generate reports with the specified settings in code (without running the Report Wizard).

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public class ReportBuilder :
    ReportBuilderBase

Remarks

The ReportBuilder generates a report based on the ReportInfo object that stores the ReportModel settings.

Inheritance

See Also