DashboardObjectAllowDrillDown Property (DashboardObjectDashboardObjectType) |
|
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: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public static bool this[
DashboardObjectDashboardObjectType Type
] { get; }
Public Shared ReadOnly Property AllowDrillDown (
Type As DashboardObjectDashboardObjectType
) As Boolean
Get
public:
static property bool AllowDrillDown[DashboardObjectDashboardObjectType Type] {
bool get (DashboardObjectDashboardObjectType Type);
}
DataPAEnterpriseDashboard.DashboardObject.get_AllowDrillDown = function(Type);
Parameters
- Type
- Type: DataPAEnterpriseDashboardDashboardObjectDashboardObjectType
The given object type.
Return Value
Type:
BooleanTrue if it is possible to specify a drill down object for a given object type.
See Also