7428c5d6ac1e4e5c08dcfcf7169749182f5fabab
FAQ/ListReports.md
| ... | ... | @@ -42,7 +42,7 @@ public override Izenda.AdHoc.ReportInfo[] ListReports() { |
| 42 | 42 | |
| 43 | 43 | ``` |
| 44 | 44 | |
| 45 | -###Controlling report access |
|
| 45 | +####Controlling report access |
|
| 46 | 46 | |
| 47 | 47 | In [[Database Mode|http://wiki.izenda.us/FAQ/Storing-Reports#Database-Mode]], you can override the [[SaveReportSet|/FAQ/SaveReportSet]] method to include [[AdHocSettings.CurrentUserName|/API/CodeSamples/CurrentUserName]] in the data saved to the [[SavedReportsTable|/API/CodeSample/SavedReportsTable]] and then structure a query like the following: |
| 48 | 48 |