Skip to main content

ReportStateEventArgs(ReportState) Constructor

Initializes a new instance of the ReportStateEventArgs class with the specified report state.

Namespace: DevExpress.XtraReports.UserDesigner

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

NuGet Package: DevExpress.Win.Reporting

Declaration

public ReportStateEventArgs(
    ReportState reportState
)

Parameters

Name Type Description
reportState ReportState

One of the ReportState enumeration’s values specifying the state of the report.

See Also