[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.SectionReport.State

State Property

State

Gets a value indicating the current state of a report.

Declaration
[Browsable(false)]
public SectionReport.ReportState State { get; }
Property Value
Type Description
SectionReport.ReportState

Idle by default. Completed if report is executed.

Remarks

Can be used to block UI (till report is executing) or similar tasks.