Click or drag to resize
DashboardFilter Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Specifies the data filter to be applied to a data source for a dashboard object.
Inheritance Hierarchy
SystemObject
  DataPAEnterpriseDashboardDashboardFilter

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
[SerializableAttribute]
public class DashboardFilter : _DashboardFilter, 
	ISerializable, ISerializable

The DashboardFilter type exposes the following members.

Constructors
  NameDescription
Public methodDashboardFilter
Creates and returns a new DashbaordFilter Object
Top
Methods
Fields
Properties
  NameDescription
Public propertyAdditionalFilterColumns
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Public propertyClone
Gets cloned copy of this object (only the ID will be different).
Public propertyFilterConditions
Gets and sets the DashboardFilterConditions collection that defines the filter.
Public propertyFilterString
Gets and sets a value that represents the filter string.
Public propertyGuid
Gets and sets a GUID that uniquely identifies this object.
Public propertyID
Gets a value that indicates the Unique ID of this object.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyTimeDependent
Returns a value that indicates whether this is a time dependent filter
Public propertyTreeViewAdditionalFilterColumns
Gets a collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Public propertyTreeViewFilter
Gets the combined filter built from the tree view filter strings.
Public propertyTreeViewFilterPanelIDs
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.
Public propertyTreeViewFilterPanelIDsDoNotInheritFilter
Gets and sets a list of IDs that identifies any treeview filters applied to this object that should not inherit the parent filter of the treeview
Public propertyTreeViewFilterStrings
Gets and sets a collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
Public propertyUseManualFilter
Gets and sets a value that indicates if the manual filter string should override the conditions collection.
Public propertyUserDependentFilter
Gets a property that indicates whether this condition is dependent on the user that is logged in
Public propertyUsesDynamicValues
Gets a property that indicates if the dashboard filter uses dynamic values such as user or group.
Top
Remarks