[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotEngine.FilterFields

FilterFields Property

FilterFields

Gets the list of PivotField objects that define the fields used as filters.

Declaration
[JsonConverter(typeof(ViewFieldCollectionConverter))]
public PivotFieldCollection FilterFields { get; }
<JsonConverter(GetType(ViewFieldCollectionConverter))>
Public ReadOnly Property FilterFields As PivotFieldCollection
Remarks

Fields on this list do not appear in the output table, but are still used for filtering the input data.