Click or drag to resize
FilterParameter Interface DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Interface for filter parameters that can be used in a filter

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public interface FilterParameter

The FilterParameter type exposes the following members.

Methods
  NameDescription
Public methodGetValueString
Returns the value as a string, using the filter object numeric format settings where appropriate.
Top
Properties
  NameDescription
Public propertyDependantCalculatedColumns
Gets a list of calculated columns that are dependant on this filter parameter value
Public propertyDirectFilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter condition, excluding those that are dependant on other dependants.
Public propertyDisplayColumnDateType
Gets and sets a value that determines how date and date/time values are treated in the display of a drop down list
Public propertyFilterDependantControlPanelObjects
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter condition.
Public propertyFilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter condition.
Public propertyID
Gets the ID of this Filter Parameter
Public propertyQueryParameters
Gets a collection of the query parameters that this control panel object represents.
Public propertyRefreshQueriesOnChange
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.
Public propertyText
Gets and sets a text value that will be displayed by this filter object.
Public propertyValue
Gets and sets the value that this filter object returns.
Top
See Also