FilterParameter Interface |
Namespace: DataPAEnterpriseDashboard
public interface FilterParameter
The FilterParameter type exposes the following members.
Name | Description | |
---|---|---|
GetValueString |
Returns the value as a string, using the filter object numeric format settings where appropriate.
|
Name | Description | |
---|---|---|
DependantCalculatedColumns |
Gets a list of calculated columns that are dependant on this filter parameter value
| |
DirectFilterDependantObjects |
Gets a collection that contains all the DashboardObjects that are dependant on this filter condition, excluding those that are dependant on other dependants.
| |
DisplayColumnDateType |
Gets and sets a value that determines how date and date/time values are treated in the display of a drop down list
| |
FilterDependantControlPanelObjects |
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter condition.
| |
FilterDependantObjects |
Gets a collection that contains all the DashboardObjects that are dependant on this filter condition.
| |
ID |
Gets the ID of this Filter Parameter
| |
QueryParameters |
Gets a collection of the query parameters that this control panel object represents.
| |
RefreshQueriesOnChange |
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.
| |
Text |
Gets and sets a text value that will be displayed by this filter object.
| |
Value |
Gets and sets the value that this filter object returns.
|