DataPA Enterprise Dashboard Controls API Reference
Imports a dashboard and adds it to an existing open dashbpoard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public bool ImportDashboard(
string FileName
) |
Visual Basic |
---|
Public Function ImportDashboard (
FileName As String
) As Boolean |
Visual C++ |
---|
public:
virtual bool ImportDashboard(
String^ FileName
) sealed |
Parameters
- FileName
- Type: System..::..String
The fully qualified pathname of the dashboard file that is to be imported.
Return Value
Type:
BooleanTrue if the dashboard was imported.
Remarks
See Also