# JReportServer.ViewReportTask

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**clazz** | **String** |  | 
**priority** | **Number** | Specifies the priority level of the task. The priority levels are from 1 to 10 in ascending order of lowest priority to highest priority. This property is available to administrators. | [optional] 
**reportInfo** | [**ReportInfo**](ReportInfo.md) |  | 
**format** | **String** |  | 


<a name="FormatEnum"></a>
## Enum: FormatEnum


* `HTML` (value: `"HTML"`)

* `PDF` (value: `"PDF"`)

* `Text` (value: `"Text"`)

* `Excel` (value: `"Excel"`)

* `RTF` (value: `"RTF"`)

* `PS` (value: `"PS"`)

* `XML` (value: `"XML"`)

* `Applet` (value: `"Applet"`)




