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