ManagedDashboardDrillDownFunction Property |
|
DataPA OpenAnalytics 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 public string DrillDownFunction { get; }
Public ReadOnly Property DrillDownFunction As String
Get
public:
virtual property String^ DrillDownFunction {
String^ get () sealed;
}
function get_DrillDownFunction();
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