Click or drag to resize
DashboardAPIParameter Properties DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

The DashboardAPIParameter type exposes the following members.

Properties
  Name Description
Public property COMValue
Gets and sets the selected value that this API parameter returns. (String version for COM, which cannot expose object properties).
Public property DependantCalculatedColumns
Gets a list of calculated columns that are dependant on this filter parameter value
Public property DirectFilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter, excluding those that are dependant on other dependants.
Public property DisplayColumnDateType
Gets and sets a value that determines how date and date/time values are treated in the display of a drop down list
Public property FilterDependantControlPanelObjects
Gets a collection that contains all the ControlPanelObjects that are dependant on this filter parameter.
Public property FilterDependantObjects
Gets a collection that contains all the DashboardObjects that are dependant on this filter parameter.
Public property ID
Gets a unique identifier for this parameter
Public property Name
Gets a value that indicates the name of this object.
Public property ObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public property Parent
Gets and sets the parent DashboardAPIParameters collection
Public property QueryParameters
Gets a collection of the query parameters that this filter object represents.
Public property RefreshQueriesOnChange
Gets a collection of queries that should be refreshed when the value of this query parameter is changed.
Public property Type
Gets and sets the type of this API filter parameter
Public property Value
Gets and sets the value of this API filter parameter
Top
See Also