CreateCustomReportContainerEventArgs(IReportContainer, IReportDataV2) Constructor
Initializes a new instance of the CreateCustomReportContainerEventArgs class.
Namespace: DevExpress.ExpressApp.ReportsV2
Assembly: DevExpress.ExpressApp.ReportsV2.v25.2.dll
NuGet Package: DevExpress.ExpressApp.ReportsV2
Declaration
public CreateCustomReportContainerEventArgs(
IReportContainer reportContainer,
IReportDataV2 reportData
)
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 DevExpress.ExpressApp.ReportsV2.ReportStorageBase.CreateCustomReportContainer event, you do not need to call this constructor from your applications.
See Also