<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / FilterFields Property

In This Topic
    FilterFields Property (C1OlapEngine)
    In This Topic
    Gets a list of C1OlapField objects that define the fields used as filters for the output table.
    Syntax
    'Declaration
     
    Public ReadOnly Property FilterFields As C1OlapFieldList
    public C1OlapFieldList FilterFields {get;}
    Remarks

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

    See the Fields property for details and an example.

    See Also