DataPA Enterprise Dashboard Controls API Reference
Method to set a value that indicates if dashboards should autorefresh on the client.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public void SetAutoRefreshOnClient(
	bool value
)
Visual Basic
Public Sub SetAutoRefreshOnClient ( 
	value As Boolean
)
Visual C++
public:
virtual void SetAutoRefreshOnClient(
	bool value
) sealed

Parameters

value
Type: System..::..Boolean
True if dashboards should autorefresh on the client.

Remarks