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: DataPAEnterpriseDashboardAssembly: 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;
} |
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 a 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 a filter.
Remarks
See Also