DataPA Enterprise Dashboard Controls API Reference
Gets and sets a value that indicates the dashboard style to be used when rendering dashboards in the web

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

Property Value

Type: Int32
A value that indicates the dashboard style to be used when rendering dashboards in the web

Return Value

Type: Int32
A value that indicates the dashboard style to be used when rendering dashboards in the web

Remarks