767b3290a89ccc4897a4f23f2444e9a00affa85c
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. See our article on [[storing reports|/FAQ/Storing-Reports]] for more information on DatabaseAdHocConfig and FileSystemAdHocConfig. |
|
| 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|/FAQ/IzendaAdHocReports-table]]" is used. See our article on [[storing reports|/FAQ/Storing-Reports]] for more information on DatabaseAdHocConfig and FileSystemAdHocConfig. |
|
| 8 | 8 | |
| 9 | 9 | ##Global.asax (C♯) |
| 10 | 10 | ```c# |