DataPA Enterprise Dashboard Controls API Reference

The DashboardFilter type exposes the following members.

Constructors

  Name Description
Public method DashboardFilter()()()()
Creates and returns a new DashbaordFilter Object
Protected method DashboardFilter(SerializationInfo, StreamingContext)
Initializes a new instance of the DashboardFilter class

Methods

Fields

  Name Description
Public field Static member ClassId
Public field Static member EventsId
Public field Static member InterfaceId

Properties

  Name Description
Public property AdditionalFilterColumns
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 property Clone
Gets cloned copy of this object (only the ID will be different).
Public property FilterConditions
Gets and sets the DashboardFilterConditions collection that defines the filter.
Public property FilterString
Gets and sets a value that represents the filter string.
Public property Guid
Gets and sets a GUID that uniquely identifies this object.
Public property ID
Gets a value that indicates the Unique ID of this object.
Public property TreeViewAdditionalFilterColumns
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 property TreeViewFilter
Gets the combined filter built from the tree view filter strings.
Public property TreeViewFilterPanelIDs
Gets and sets a collection of IDs of the treeview filter panels that provide the filter for this object.
Public property TreeViewFilterStrings
Gets and sets a collection of the filter strings derived from the TreeViewFilterPanelIDs collection.
Public property UseManualFilter
Gets and sets a value that indicates if the manual filter string should override the conditions collection.

See Also