ReportStateEventArgs Class
Provides data for the XRDesignFormExBase.ReportStateChanged and XRDesignPanel.ReportStateChanged events.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Remarks
These events occur after the state of a report edited in the XRDesignPanel has been changed. A ReportStateEventArgs specifies the new ReportStateEventArgs.ReportState value of the report.
See Also