API/CodeSamples/AllowAutomaticSubreport.md
... ...
@@ -2,6 +2,8 @@
2 2
3 3
[[_TOC_]]
4 4
5
+##About
6
+
5 7
Gets or sets whether (Automatic) subreport option is available. The option appears under the advanced field options on the fields tab of the report designer page. If this is set to true, the option will appear in the dropdown as the second menu option with the default option being an ellipsis (...). If this is set to false, the option will not appear.
6 8
7 9
##Global.asax (C♯)