ControlPanelObjectObjectIsDependant Method |
|
DataPA OpenAnalytics API Reference
Gets a value that indicates if the provided dashboard object is dependant on this filter condition object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ObjectIsDependant(
DashboardObject DashboardObject
)
Public Function ObjectIsDependant (
DashboardObject As DashboardObject
) As Boolean
public:
virtual bool ObjectIsDependant(
DashboardObject^ DashboardObject
) sealed
function ObjectIsDependant(DashboardObject);
Parameters
- DashboardObject
- Type: DataPAEnterpriseDashboardDashboardObject
The dashboard object to test
Return Value
Type:
BooleanTrue if the provided dashboard object is dependant on this filter condition object.
Remarks See Also