DataPA Enterprise Dashboard Controls API Reference
Gets the Javascript required to support drill downs in the web for this ManagedDashboard.

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

Syntax

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

Property Value

Type: String
Javascript required to support drill downs in the web for this ManagedDashboard.

Return Value

Type: String
Javascript required to support drill downs in the web for this ManagedDashboard.

Remarks