ManagedDashboardRenderForAccessibility Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates whether this dashboard should be rendered for accessibility
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool RenderForAccessibility { get; set; }
Public Property RenderForAccessibility As Boolean
Get
Set
public:
virtual property bool RenderForAccessibility {
bool get () sealed;
void set (bool value) sealed;
}
function get_RenderForAccessibility();
function set_RenderForAccessibility(value);
Return Value
Type:
BooleanTrue if this dashboard should be rendered for accessibility
See Also