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