ReportStateEventArgs.ReportState Property
Gets the report’s state for the event handler.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Property Value
Type | Description |
---|---|
ReportState | A ReportState value representing the report’s state for this event handler. |
Remarks
The report’s state is set once when a ReportStateEventHandler is invoked and the ReportStateEventArgs object is initialized. This property specifies the report’s state in the End-User Designer.
See Also