DataPA Enterprise Dashboard Controls 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

C#
public bool DelayedRender { get; set; }
Visual Basic
Public Property DelayedRender As Boolean
	Get
	Set
Visual C++
public:
virtual property bool DelayedRender {
	bool get () sealed;
	void set (bool value) sealed;
}

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