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