DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
The filename of this dashboard on the server
The filename of this dashboard on the server
Gets and sets the filename of this dashboard on the server
Namespace: DataPAEnterpriseDashboardAssembly: 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: StringThe filename of this dashboard on the server
Return Value
Type: StringThe filename of this dashboard on the server
Remarks
Blank if the dashboard was not opened from the server.