DashboardFilterAdditionalFilterColumns Property |
|
DataPA OpenAnalytics API Reference
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.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Collection AdditionalFilterColumns { get; set; }
Public Property AdditionalFilterColumns As Collection
Get
Set
public:
virtual property Collection^ AdditionalFilterColumns {
Collection^ get () sealed;
void set (Collection^ value) sealed;
}
function get_AdditionalFilterColumns();
function set_AdditionalFilterColumns(value);
Property Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Return Value
Type:
CollectionA collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply this filter.
Remarks See Also