Returns the current state of the report.
[Visual Basic]
Public ReadOnly Property State As ActiveReport.ReportState
[C#]
public ActiveReport.ReportState State {get;}
Current ReportState.
The possible values for this property are Running, Idle, or Completed.
[C#]
private void arv_Load(object sender, System.EventArgs e) |
[Visual Basic]
Private Sub Viewer1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Viewer1.Load |
ActiveReport Class | ActiveReport Members
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.