DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
True if the provided dashboard object is dependant on this filter condition object.
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
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: BooleanTrue if the provided dashboard object is dependant on this filter condition object.