[]
        
(Showing Draft Content)

ReportViewer.ViewerStatus

Enumeration: ViewerStatus

ReportViewer.ViewerStatus

Specifies the current operational state of the viewer.

Table of contents

Enumeration members

Enumeration members

Cancelled

Cancelled = 2

The loading operation was canceled.


Empty

Empty = 0

The viewer is idle and contains no document.


Failed

Failed = 4

The document failed to load.


Loading

Loading = 1

The viewer is loading or rendering a document.


Ready

Ready = 3

The document is loaded and ready for interaction.