CreateCustomReportContainerEventArgs(IReportContainer, IReportDataV2) Constructor
Initializes a new instance of the CreateCustomReportContainerEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v24.1.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
Parameters
Name | Type | Description |
---|---|---|
reportContainer | IReportContainer | An IReportContainer object that specifies the report markup (XtraReport object), the associated parameters object type and the report’s display name. |
reportData | IReportDataV2 | An IReportDataV2 object used to store reports. |
Remarks
Since instances of the CreateCustomReportContainerEventArgs class are automatically created and passed to handlers of the ReportsStorage.CreateCustomReportContainer event, you do not need to call this constructor from your applications.
See Also