ReportStateEventArgs(ReportState) Constructor
Initializes a new instance of the ReportStateEventArgs class with the specified report state.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v25.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| reportState | ReportState | One of the ReportState enumeration’s values specifying the state of the report. |
See Also