API/CodeSamples/SavedReportsTable.md
... ...
@@ -4,7 +4,7 @@
4 4
5 5
##About
6 6
7
-Gets or sets the table name for saved reports. If DatabaseAdHocConfig is used, reports data will be saved in this table in the database. This setting does nothing if FileSystemAdHocConfig is used. By default, a table named "IzendaAdHocReports" is used.
7
+Gets or sets the table name for saved reports. If DatabaseAdHocConfig is used, reports data will be saved in this table in the database. This setting does nothing if FileSystemAdHocConfig is used. By default, a table named "IzendaAdHocReports" is used. See our article on [[storing reports|/FAQ/Storing-Reports]] for more information on DatabaseAdHocConfig.
8 8
9 9
##Global.asax (C♯)
10 10
```c#