New to Telerik Reporting? Start a free 30-day trial
Enum for the available positions of the document map area in the viewer.
| Value | Description |
|---|
RIGHT | Document map area on the right. |
LEFT | Document map area on the left. |
Enum for the available page modes in the report viewer.
| Value | Description |
|---|
SINGLE_PAGE | Display one page at a time. |
CONTINUOUS_SCROLL | Display pages in a continuous scroll. |
Enum for the available parameter editor types in the report viewer.
| Value | Description |
|---|
COMBO_BOX | Combo box editor for parameters. |
LIST_VIEW | List view editor for parameters. |
Enum for the available positions of the parameters area in the viewer.
| Value | Description |
|---|
RIGHT | Parameters area on the right. |
LEFT | Parameters area on the left. |
TOP | Parameters area on the top. |
BOTTOM | Parameters area on the bottom. |
Enum for the supported parameter types in the report viewer.
| Value | Description |
|---|
INTEGER | Integer parameter type. |
FLOAT | Floating point parameter type. |
STRING | String parameter type. |
DATETIME | DateTime parameter type. |
BOOLEAN | Boolean parameter type. |
Enum for the available print modes in the report viewer.
| Value | Description |
|---|
AUTO_SELECT | Automatically select the print method. |
FORCE_PDF_PLUGIN | Force using the PDF plugin for printing. |
FORCE_PDF_FILE | Force downloading a PDF file for printing. |
Enum for the available scale modes in the report viewer.
| Value | Description |
|---|
FIT_PAGE_WIDTH | Fit the page width to the viewer. |
FIT_PAGE | Fit the entire page to the viewer. |
SPECIFIC | Use a specific zoom scale. |
Enum for the available view modes in the report viewer.
| Value | Description |
|---|
INTERACTIVE | Interactive mode for user interaction. |
PRINT_PREVIEW | Print preview mode for print layout. |