DashboardDesignerShowDataViewersWhenViewerOnly Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a value that determines if the Dashboard will show the query data viewers when ViewerOnly is true.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowDataViewersWhenViewerOnly { get; set; }
Public Property ShowDataViewersWhenViewerOnly As Boolean
Get
Set
public:
virtual property bool ShowDataViewersWhenViewerOnly {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowDataViewersWhenViewerOnly();
function set_ShowDataViewersWhenViewerOnly(value);
Property Value
Type:
BooleanTrue if the Dashboard will show the query data viewers when ViewerOnly is true.
Return Value
Type:
BooleanTrue if the Dashboard will show the query data viewers when ViewerOnly is true.
Remarks See Also