API/CodeSample/SavedReportsTable.md
... ...
@@ -19,6 +19,8 @@ Columns:
19 19
* Thumbnail: The serialized image data for the thumbnail saved for this report. This can be avoided when [[GenerateThumbnails|/API/CodeSamples/GenerateThumbnails]] is set to false.
20 20
* Form: Contains the HTML definition of any form that is associated with the report.
21 21
22
+**Default Value:** IzendaAdHocReports
23
+
22 24
##Global.asax (C♯)
23 25
24 26
```csharp