DataPA Enterprise Dashboard Controls 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
C# |
---|
public bool CloseDashboard(
bool Force = false
) |
Visual Basic |
---|
Public Function CloseDashboard (
Optional Force As Boolean = false
) As Boolean |
Visual C++ |
---|
public:
virtual bool CloseDashboard(
bool Force = false
) sealed |
Return Value
Type:
BooleanRemarks
See Also