ReportGenerator Constructors
Enables you to generate an XtraReport based on a GridControl‘s data.| Name | Parameters | Description |
|---|---|---|
| ReportGenerator() | none | Initializes a new instance of the ReportGenerator class with the default settings. |
| ReportGenerator(IContainer) | container | Initializes a new instance of the ReportGenerator class with the specified container. |
See Also