DataPA Enterprise Dashboard Controls API Reference
Gets the Javascript required to support drill downs in the web for this ManagedDashboard.
Namespace: DataPAEnterpriseDashboardAssembly: 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:
StringJavascript required to support drill downs in the web for this ManagedDashboard.
Return Value
Type:
StringJavascript required to support drill downs in the web for this ManagedDashboard.
Remarks
See Also