e9f8a20f8351d4d308e133d39c0e09e6c514ea5d
FAQ/FilteredListReports.md
| ... | ... | @@ -6,6 +6,8 @@ |
| 6 | 6 | |
| 7 | 7 | This method returns a list of reports that are guaranteed to be available to the current user, taking into account all [[hidden filters|http://wiki.izenda.us/FAQ/applying-hidden-filter-using-inner-query]] and settings. This method can be overridden in your [[CustomAdHocConfig|http://wiki.izenda.us/Integration/Tutorials/Customizing-Izenda-Settings]] class as needed. Here is a sample of what an overridden implementation could look like. |
| 8 | 8 | |
| 9 | +_**Note:** For more on caching in Izenda, please see the [[UseCachedFilteredLists|/API/CodeSamples/UseCachedFilteredLists]] setting._ |
|
| 10 | + |
|
| 9 | 11 | ##Global.asax (C♯) |
| 10 | 12 | |
| 11 | 13 | ```csharp |