ReportGenerator(IContainer) Constructor
Initializes a new instance of the ReportGenerator class with the specified container.
Namespace: DevExpress.XtraReports.ReportGeneration
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
container | IContainer | An object implementing the IContainer interface. |
See Also