DashboardObjectDrillDownEnabled Property |
|
DataPA OpenAnalytics API Reference
Gets a property that indicates if a drill down object is defined for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool DrillDownEnabled { get; }
Public ReadOnly Property DrillDownEnabled As Boolean
Get
public:
virtual property bool DrillDownEnabled {
bool get () sealed;
}
function get_DrillDownEnabled();
Return Value
Type:
BooleanTrue if a drill down object is defined for this object.
Remarks See Also