DataPA Enterprise Dashboard Controls API Reference
Gets and sets the filename of this dashboard on the server

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string ServerFileName { get; set; }
Visual Basic
Public Property ServerFileName As String
	Get
	Set
Visual C++
public:
virtual property String^ ServerFileName {
	String^ get () sealed;
	void set (String^ value) sealed;
}

Property Value

Type: String
The filename of this dashboard on the server

Return Value

Type: String
The filename of this dashboard on the server

Remarks

Blank if the dashboard was not opened from the server.

See Also