3bc7183c550fa52cd89848e3370cd2b4a328c646
How-do-I-hide-Output-Types.md
| ... | ... | @@ -1,12 +1,16 @@ |
| 1 | 1 | #How do I hide Output Types? |
| 2 | 2 | |
| 3 | +[[_TOC_]] |
|
| 4 | + |
|
| 5 | +##Hiding Output Types |
|
| 6 | + |
|
| 3 | 7 | In order the hide the output types THAT are located in the ReportViewer, you would need to add the below line of code in your ConfigureSettings(). |
| 4 | 8 | |
| 5 | 9 | ```csharp |
| 6 | 10 | AdHocSettings.OutputTypes["xxx"].Hidden=true; |
| 7 | 11 | ``` |
| 8 | 12 | |
| 9 | -Example: |
|
| 13 | +###Example |
|
| 10 | 14 | |
| 11 | 15 | In order to hide OpenOffice from the export types in the ReportViewer you would add: |
| 12 | 16 |