DataPA Enterprise Dashboard Controls API Reference
Create a new ManagedDashboard object and opens it in the control.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool CreateDashboard()
Visual Basic
Public Function CreateDashboard As Boolean
Visual C++
public:
virtual bool CreateDashboard() sealed

Return Value

Type: Boolean
true if ManagedDashboard object was created and opened.

Remarks