20224cc30b24a65067d771e0524a58bdd84ccab0
Integration/Tutorials/Security.md
| ... | ... | @@ -134,8 +134,8 @@ public static void InitializeReporting() |
| 134 | 134 | AdHocSettings.HiddenFilters["TerritoryID"] = TerritoryID; |
| 135 | 135 | // or new string[] {"1","2","3","4"}; |
| 136 | 136 | |
| 137 | - AdHocSettings.ShowModifyButton=false; //set regular permissions |
|
| 138 | - AdHocSettings.AllowDeletingReports=false; |
|
| 137 | + AdHocSettings.ShowSettingsButton = false; |
|
| 138 | + AdHocSettings.AllowDeletingReports = false; |
|
| 139 | 139 | } |
| 140 | 140 | } |
| 141 | 141 | ``` |