DashboardDesignerImportDashboard Method |
|
DataPA OpenAnalytics 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 public bool ImportDashboard(
string FileName
)
Public Function ImportDashboard (
FileName As String
) As Boolean
public:
virtual bool ImportDashboard(
String^ FileName
) sealed
function ImportDashboard(FileName);
Parameters
- FileName
- Type: SystemString
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