DataPA Enterprise Dashboard Controls 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 a filter.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public Collection this[
	bool ForDrillDown = false
] { get; }
Visual Basic
Public ReadOnly Property AdditionalFilterColumns ( 
	Optional ForDrillDown As Boolean = false
) As Collection
	Get
Visual C++
public:
virtual property Collection^ AdditionalFilterColumns[bool ForDrillDown = false] {
	Collection^ get (bool ForDrillDown = false) sealed;
}

Parameters

ForDrillDown (Optional)
Type: System..::..Boolean

Property Value

Type: Collection
A collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.

Return Value

Type: Collection
A collection that contains a list of the date/date-time fields that need to be filtered by month/quarter to apply a filter.

Remarks