ComponentOne ASP.NET MVC Controls
FilterFields Property (PivotEngine)

C1.Web.Mvc.Olap Namespace > PivotEngine Class : FilterFields Property
Gets the list of PivotField objects that define the fields used as filters.
Syntax
'Declaration
 
<JsonConverterAttribute(#ckt.#fkt)>
Public ReadOnly Property FilterFields As PivotFieldCollection
[JsonConverter(#ckt.#fkt)]
public PivotFieldCollection FilterFields {get;}
Remarks
Fields on this list do not appear in the output table, but are still used for filtering the input data.
See Also

Reference

PivotEngine Class
PivotEngine Members