[]
Gets a value indicating the current state of a report.
[Browsable(false)] public SectionReport.ReportState State { get; }
Idle by default. Completed if report is executed.
Can be used to block UI (till report is executing) or similar tasks.