DashboardDesignerSetAutoRefreshOnClient Method |
|
DataPA OpenAnalytics API Reference
Method to set a value that indicates if dashboards should autorefresh on the client.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void SetAutoRefreshOnClient(
bool value
)
Public Sub SetAutoRefreshOnClient (
value As Boolean
)
public:
virtual void SetAutoRefreshOnClient(
bool value
) sealed
function SetAutoRefreshOnClient(value);
Parameters
- value
- Type: SystemBoolean
True if dashboards should autorefresh on the client.
Remarks See Also