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