DataPA Enterprise Dashboard Controls API Reference
Gets the script required to load this DashboardObject in a web browser.

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

Syntax

C#
public string LoadScript { get; }
Visual Basic
Public ReadOnly Property LoadScript As String
	Get
Visual C++
public:
virtual property String^ LoadScript {
	String^ get () sealed;
}

Return Value

Type: String
The script required to load this DashboardObject in a web browser

Remarks