MyDesigner.Restrictions.DontEditCode = True
i set the designers property below
what can i do to ensure the code tab is disabled? is the tab an object within the designer or is it accessible in the report object?
my end users cannot have access to the script... i really need this to be working
thanks!
-Kevin
MyDesigner.Restrictions.DontEditCode = True
but the code tab is still visible.what can i do to ensure the code tab is disabled? is the tab an object within the designer or is it accessible in the report object?
my end users cannot have access to the script... i really need this to be working
thanks!
-Kevin
Comments
You should set this property *before* you assign a report instance to the designerControl.Report.