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