Specifies if the user is allowed to move panels, close panels, add panels, and set panel parameters.
The default value is True. Set DashboardAdjustable to False for a static dashboard that users cannot change.
When True, the user's dashboard changes are saved to the location specified in the SaveFile attribute. The Dashboard reads that file when the dashboard is reloaded.
When False, the user cannot save changes, but the SaveFile is still used to set the dashboard appearance. Therefore, set DashboardAdjustable="True" during the development process. Then position the dashboard panels and then set DashboardAdjustable back to False. Finally, be sure to deploy the SaveFile with the reporting application.
|