a797e9904af17aa7176b6abdc9edd000c4cf950d
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 |