DashboardDesignerDelayedRender Property |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the rendering of the open dashboard has been delayed.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool DelayedRender { get; set; }
Public Property DelayedRender As Boolean
Get
Set
public:
virtual property bool DelayedRender {
bool get () sealed;
void set (bool value) sealed;
}
function get_DelayedRender();
function set_DelayedRender(value);
Property Value
Type:
BooleanTrue if the rendering of the open dashboard should be delayed.
Return Value
Type:
BooleanTrue 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