Skip to main content

ReportStateEventArgs.ReportState Property

Gets the report’s state for the event handler.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportState ReportState { get; }

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