SummaryDataTreeViewFilterPanelFilterString Property |
|
DataPA OpenAnalytics API Reference
Gets a string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string this[
bool excludeBaseFilter
] { get; }
Public ReadOnly Property TreeViewFilterPanelFilterString (
excludeBaseFilter As Boolean
) As String
Get
public:
virtual property String^ TreeViewFilterPanelFilterString[bool excludeBaseFilter] {
String^ get (bool excludeBaseFilter) sealed;
}
function get_TreeViewFilterPanelFilterString(excludeBaseFilter);
Parameters
- excludeBaseFilter
- Type: SystemBoolean
Property Value
Type:
StringA string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Return Value
Type:
StringA string value that equates to the filter string defined by the selected nodes in the tree view filter panel.
Remarks See Also