Property Value
true
if the 'Script' tab is enabled and visible; otherwise, false
. The default is true
.true
if the 'Script' tab is enabled and visible; otherwise, false
. The default is true
.false
, the 'Script' tab is hidden, restricting access to script editing functionalities.// Enable the scripting tab in the designer designer.EnableScripting = true; // Disable the scripting tab in the designer designer.EnableScripting = false;
Designer Class
Designer Members
ReportTabsVisible Property