Click or drag to resize
DashboardDesignerOpenDashboardDelayedRender Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Opens a ManagedDashboard object from disk and delays the rendering of the dashboard until after a query is refreshed.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool OpenDashboardDelayedRender(
	string FileName
)

Parameters

FileName
Type: SystemString
Name of the file to open.

Return Value

Type: Boolean
True if dashboard is opened.
Remarks