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