DashboardDesignerViewerOnly Property |
|
DataPA OpenAnalytics API Reference
If set to True, the Dashboard control will act as a viewer only, disabling and preventing the display of any controls associated with editing a dashboard.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ViewerOnly { get; set; }
Public Property ViewerOnly As Boolean
Get
Set
public:
virtual property bool ViewerOnly {
bool get () sealed;
void set (bool value) sealed;
}
function get_ViewerOnly();
function set_ViewerOnly(value);
Property Value
Type:
BooleanSet to True if you want the Dashboard control to act as a viewer only.
Return Value
Type:
BooleanTrue if the Dashboard control will act as a viewer only.
Remarks See Also