DashboardFilterTreeViewFilterPanelIDs Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection TreeViewFilterPanelIDs { get; set; }
Public Property TreeViewFilterPanelIDs As Collection
Get
Set
public:
virtual property Collection^ TreeViewFilterPanelIDs {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_TreeViewFilterPanelIDs();
function set_TreeViewFilterPanelIDs(value);
Property Value
Type:
CollectionThe collection of IDs of the treeview filter panels that provide the filter for this object.
Return Value
Type:
CollectionThe collection of IDs of the treeview filter panels that provide the filter for this object.
Remarks If TreeViewFilterPanelIDs contains one or more valid treeview panel IDs then the treeviewpanel filter values will override any other settings on this object.
See Also