ReportBuilder Constructors
Enables you to generate reports with the specified settings in code (without running the Report Wizard).Name | Parameters | Description |
---|---|---|
ReportBuilder(XtraReport, IComponentFactory, ReportInfo) | report, componentFactory, reportInfo | Initializes a new instance of the ReportBuilder class with the specified settings. |
ReportBuilder(XtraReport, IComponentFactory) | report, componentFactory | For internal use. |
See Also