DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the rendering of the open dashboard should be delayed.
True if the rendering of the open dashboard has been delayed.
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
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: 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.