DataPA Enterprise Dashboard Controls 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: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool ViewerOnly { get; set; }
Visual Basic
Public Property ViewerOnly As Boolean
	Get
	Set
Visual C++
public:
virtual property bool ViewerOnly {
	bool get () sealed;
	void set (bool value) sealed;
}

Property Value

Type: Boolean
Set to True if you want the Dashboard control to act as a viewer only.

Return Value

Type: Boolean
True if the Dashboard control will act as a viewer only.

Remarks