| Visual Basic (Declaration) | |
|---|---|
Public Enum ViewerStates Inherits Enum | |
| C# | |
|---|---|
public enum ViewerStates : Enum | |
| Member | Description |
|---|---|
| None | None status value (start state). |
| Idle | This status mean that all current operations completed and control is idle. |
| PageReady | This status mean that PageReady event occured when report rendering. |
| DocumentReady | This status mean that rendering completed. |
| ProcessingData | This status mean that start report history execute from rdl file. |
| Layout | This status mean that rendering running. |
| Error | This status mean that error occured when report rendering. |
| CancelingBeforeFirstPage | This status means that the rendering was canceled befor the first page is ready. |
System.Object
System.ValueType
System.Enum
DataDynamics.Reports.Windows.Forms.ViewerStates