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
+![](/API/CodeSamples/HiddenCategories/hidden_categories_admin.png)
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
+![](/API/CodeSamples/HiddenCategories/hidden_categories_user.png)
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
+![](/API/CodeSamples/HiddenCategories/hidden_categories_admin2.png)
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
+![](/API/CodeSamples/HiddenCategories/hidden_categories_designer.png)
... ...
\ No newline at end of file