ReportBuilder(XtraReport, IComponentFactory, ReportInfo) Constructor
Initializes a new instance of the ReportBuilder class with the specified settings.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
public ReportBuilder(
XtraReport report,
IComponentFactory componentFactory,
ReportInfo reportInfo
)
Parameters
Name | Type |
---|---|
report | XtraReport |
componentFactory | IComponentFactory |
reportInfo | ReportInfo |
See Also