ReportStateEventArgs(ReportState) Constructor
Initializes a new instance of the ReportStateEventArgs class with the specified report state.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.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