Integration/Tutorials/Security.md
... ...
@@ -81,7 +81,7 @@ public override ReportInfo[] FilteredListReports() {
81 81
82 82
###Overwriting and Deleting Reports</a>
83 83
84
-The API allows control of deleting or modifying reports. Reports marked Read-Only or locked can not be modified or deleted even if the settings below are enabled.
84
+The API allows control of deleting or modifying reports. Reports marked Read-Only or locked can not be modified even if users can overwrite and delete reports. Additionally, locked reports can only be deleted by the owner and not modified.
85 85
86 86
```csharp
87 87
AdHocSettings.AllowOverwritingReports = true;