Click or drag to resize
DashboardObjectAllowDrillDown Property (DashboardObjectDashboardObjectType) DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Gets a property that indicates if it is possible to specify a drill down object for a given object type.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public static bool this[
	DashboardObjectDashboardObjectType Type
] { get; }

Parameters

Type
Type: DataPAEnterpriseDashboardDashboardObjectDashboardObjectType
The given object type.

Return Value

Type: Boolean
True if it is possible to specify a drill down object for a given object type.
See Also