c4a22f1b1a227f3e8d13d8827df9264ba7bc6f8a
Integration/Tutorials/Security.md
| ... | ... | @@ -109,8 +109,8 @@ public static void InitializeReporting() |
| 109 | 109 | AdHocSettings.VisibleDataSources = GetTables(AdHocSettings.CurrentUserRoles); |
| 110 | 110 | if (AdHocSettings.CurrentUserRoles.Contains("PowerUser")) //User level security |
| 111 | 111 | { |
| 112 | - AdHocSettings.ShowModifyButton=true; |
|
| 113 | - AdHocSettings.AllowDeletingReports=false; |
|
| 112 | + AdHocSettings.ShowSettingsButton = true; |
|
| 113 | + AdHocSettings.AllowDeletingReports = false; |
|
| 114 | 114 | } |
| 115 | 115 | } |
| 116 | 116 | ``` |