# ReportViewer.ViewerStatus

## Content

# Enumeration: ViewerStatus

[ReportViewer](../modules/ReportViewer).ViewerStatus

Specifies the current operational state of the viewer.

## Table of contents

### Enumeration members

- [Cancelled](ReportViewer.ViewerStatus#cancelled)
- [Empty](ReportViewer.ViewerStatus#empty)
- [Failed](ReportViewer.ViewerStatus#failed)
- [Loading](ReportViewer.ViewerStatus#loading)
- [Ready](ReportViewer.ViewerStatus#ready)

## Enumeration members

### <a id="cancelled" name="cancelled"></a> Cancelled

• **Cancelled** = `2`

The loading operation was canceled.

___

### <a id="empty" name="empty"></a> Empty

• **Empty** = `0`

The viewer is idle and contains no document.

___

### <a id="failed" name="failed"></a> Failed

• **Failed** = `4`

The document failed to load.

___

### <a id="loading" name="loading"></a> Loading

• **Loading** = `1`

The viewer is loading or rendering a document.

___

### <a id="ready" name="ready"></a> Ready

• **Ready** = `3`

The document is loaded and ready for interaction.
