DataPA Enterprise Dashboard Controls API Reference
Gets a value that indicates if the provided dashboard object is dependant on this filter condition object.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public bool ObjectIsDependant(
	DashboardObject DashboardObject
)
Visual Basic
Public Function ObjectIsDependant ( 
	DashboardObject As DashboardObject
) As Boolean
Visual C++
public:
virtual bool ObjectIsDependant(
	DashboardObject^ DashboardObject
) sealed

Parameters

DashboardObject
Type: DataPAEnterpriseDashboard..::..DashboardObject
The dashboard object to test

Return Value

Type: Boolean
True if the provided dashboard object is dependant on this filter condition object.

Remarks