7756b0baa97c8ad475fee7f73dc0113fd21c49f7
API/CodeSamples/HiddenCategories.md
| ... | ... | @@ -66,7 +66,7 @@ AdHocSettings.CurrentUserIsAdmin = true; |
| 66 | 66 | AdHocSettings.HiddenCategories = new string[0]; //nothing hidden |
| 67 | 67 | ``` |
| 68 | 68 | |
| 69 | -![]() |
|
| 69 | + |
|
| 70 | 70 | |
| 71 | 71 | Below: The user is "user" and the "base" category from above is hidden. |
| 72 | 72 | |
| ... | ... | @@ -75,12 +75,13 @@ AdHocSettings.CurrentUserName = "user"; |
| 75 | 75 | AdHocSettings.HiddenCategories = new string[] {"base"}; //base is hidden |
| 76 | 76 | ``` |
| 77 | 77 | |
| 78 | + |
|
| 78 | 79 | ##Screenshots (report designer) |
| 79 | 80 | |
| 80 | 81 | Below: the user is "admin" and can add reports to the "base" category |
| 81 | 82 | |
| 82 | -![]() |
|
| 83 | + |
|
| 83 | 84 | |
| 84 | 85 | Below: The user is "designer" and cannot see the "base" category in the designer |
| 85 | 86 | |
| 86 | -![]() |
|
| ... | ... | \ No newline at end of file |
| 0 | + |
|
| ... | ... | \ No newline at end of file |