Skip to main content
A newer version of this page is available. .

ReportStateEventArgs(ReportState) Constructor

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

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v19.1.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