DashboardDesignerOKToClose Method |
|
DataPA OpenAnalytics API Reference
If the control contains a ManagedDashboard object with unsaved changes, will prompt the user to save the changes. returns False if the user selects cancel.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax Public Function OKToClose As Boolean
public:
virtual bool OKToClose() sealed
Return Value
Type:
BooleanReturns True if it OK to proceed with the CloseDashboard method.
Remarks See Also