DashboardDesignerCloseDashboard Method |
|
DataPA OpenAnalytics API Reference
Closes the currently open ManagedDashboard object. If force TRUE, the user will not be prompted to save any changes.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool CloseDashboard(
bool Force = false
)
Public Function CloseDashboard (
Optional Force As Boolean = false
) As Boolean
public:
virtual bool CloseDashboard(
bool Force = false
) sealed
function CloseDashboard(Force);
Parameters
- Force (Optional)
- Type: SystemBoolean
Return Value
Type:
BooleanRemarks See Also