FAQ/Questions/Applying-Security-to-Scheduled-Reports.md
... ...
@@ -6,6 +6,8 @@
6 6
7 7
This code sample shows how to apply security for the owner of the report when it gets sent out via the scheduler. This can allow reports to get disseminated based on the report owner's tenant ID and prevent any users outside of that group from receiving the report.
8 8
9
+##C♯
10
+
9 11
```csharp
10 12
public override void PreExecuteReportSet(Izenda.AdHoc.ReportSetreportSet)
11 13
{