API/CodeSamples/HiddenCategories.md
... ...
@@ -52,11 +52,13 @@ Public Class CustomAdHocConfig
52 52
End Class
53 53
```
54 54
55
-##Screenshots (legacy report list)
55
+##Screenshots
56
+
57
+###Legacy report list
56 58
57 59
![](http://www.izenda.com/Site/Images/Screenshots/HiddenCategoriesDS.png)
58 60
59
-##Screenshots (modern report list)
61
+###Modern report list
60 62
61 63
Below: The user is "admin" and there are no hidden categories for this user.
62 64
... ...
@@ -76,7 +78,8 @@ AdHocSettings.HiddenCategories = new string[] {"base"}; //base is hidden
76 78
```
77 79
78 80
![](/API/CodeSamples/HiddenCategories/hidden_categories_user.png)
79
-##Screenshots (report designer)
81
+
82
+###Report designer
80 83
81 84
Below: the user is "admin" and can add reports to the "base" category
82 85