# JReportServer.PageStudioProfile

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**basicDisabled** | **[String]** | Lists the functions that will be disabled in the Basic View. | [optional] 
**interactiveDisabled** | **[String]** | Lists the functions that will be disabled in the Interactive View. | [optional] 
**toolDisabled** | **[String]** | Lists the tools that will be disabled. | [optional] 
**contextMenuDisabled** | **[String]** | Lists the options that will be disabled on the right-click menu. The item \&quot;all\&quot; means that all the options will be disabled. | [optional] 


<a name="[BasicDisabledEnum]"></a>
## Enum: [BasicDisabledEnum]


* `save` (value: `"save"`)

* `saveas` (value: `"saveas"`)

* `filter` (value: `"filter"`)

* `sort` (value: `"sort"`)

* `export` (value: `"export"`)

* `print` (value: `"print"`)

* `search` (value: `"search"`)

* `style` (value: `"style"`)

* `zoom` (value: `"zoom"`)

* `changeSkin` (value: `"changeSkin"`)

* `goto` (value: `"goto"`)

* `open` (value: `"open"`)

* `refresh` (value: `"refresh"`)

* `reset` (value: `"reset"`)

* `undo` (value: `"undo"`)

* `navigation` (value: `"navigation"`)

* `pagesetup` (value: `"pagesetup"`)

* `help` (value: `"help"`)




<a name="[InteractiveDisabledEnum]"></a>
## Enum: [InteractiveDisabledEnum]


* `queryfilter` (value: `"queryfilter"`)

* `tochart` (value: `"tochart"`)

* `tocrosstab` (value: `"tocrosstab"`)

* `rotate` (value: `"rotate"`)

* `split` (value: `"split"`)

* `merge` (value: `"merge"`)

* `new` (value: `"new"`)

* `editingmark` (value: `"editingmark"`)

* `charttype` (value: `"charttype"`)

* `insertremove` (value: `"insertremove"`)

* `grid` (value: `"grid"`)

* `pivot` (value: `"pivot"`)

* `resize` (value: `"resize"`)

* `move` (value: `"move"`)

* `resourceview` (value: `"resourceview"`)

* `toolbox` (value: `"toolbox"`)

* `drill` (value: `"drill"`)




<a name="[ToolDisabledEnum]"></a>
## Enum: [ToolDisabledEnum]


* `userinfobar` (value: `"userinfobar"`)

* `reportbar` (value: `"reportbar"`)

* `toolbar` (value: `"toolbar"`)

* `menu` (value: `"menu"`)

* `TOC` (value: `"TOC"`)




<a name="[ContextMenuDisabledEnum]"></a>
## Enum: [ContextMenuDisabledEnum]


* `all` (value: `"all"`)

* `displayname` (value: `"displayname"`)

* `sort` (value: `"sort"`)

* `filter` (value: `"filter"`)

* `goto` (value: `"goto"`)

* `drill` (value: `"drill"`)

* `showhide` (value: `"showhide"`)

* `rotate` (value: `"rotate"`)

* `reset` (value: `"reset"`)

* `refresh` (value: `"refresh"`)

* `search` (value: `"search"`)

* `charttype` (value: `"charttype"`)

* `tochart` (value: `"tochart"`)

* `tocrosstab` (value: `"tocrosstab"`)

* `linkreport` (value: `"linkreport"`)

* `detailreport` (value: `"detailreport"`)

* `delete` (value: `"delete"`)

* `queryfilter` (value: `"queryfilter"`)

* `expanddata` (value: `"expanddata"`)

* `properties` (value: `"properties"`)

* `style` (value: `"style"`)




