ControlPanelObjectDirectFilterDependantObjects Property |
|
DataPA OpenAnalytics API Reference
Gets a collection that contains all the DashboardObjects that are dependant on this filter condition, excluding those that are dependant on other dependants.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection DirectFilterDependantObjects { get; }
Public ReadOnly Property DirectFilterDependantObjects As Collection
Get
public:
virtual property Collection^ DirectFilterDependantObjects {
Collection^ get () sealed;
}
function get_DirectFilterDependantObjects();
Return Value
Type:
CollectionA collection that contains all the DashboardObjects that are dependant on this filter condition, excluding those that are dependant on other dependants.
Implements
FilterParameterDirectFilterDependantObjectsRemarks See Also