ReportStateEventArgs Class
In This Article
Provides data for the XRDesignFormExBase.ReportStateChanged and XRDesignPanel.ReportStateChanged events.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.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