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

ReportBuilder(XtraReport, IComponentFactory, ReportInfo) Constructor

Initializes a new instance of the ReportBuilder class with the specified settings.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public ReportBuilder(
    XtraReport report,
    IComponentFactory componentFactory,
    ReportInfo reportInfo
)

Parameters

Name Type
report XtraReport
componentFactory IComponentFactory
reportInfo ReportInfo
See Also