Click or drag to resize
DashboardDesignerDelayedRender Property DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a value that indicates if the rendering of the open dashboard has been delayed.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool DelayedRender { get; set; }

Property Value

Type: Boolean
True if the rendering of the open dashboard should be delayed.

Return Value

Type: Boolean
True if the rendering of the open dashboard has been delayed.
Remarks
The rendering of the dashboard will be delayed until a query has been refreshed if it is opened with the OpenDashboardDelayedRender method.
See Also