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

In This Topic
    ValueFields Property (C1OlapEngine)
    In This Topic
    Gets a list of C1OlapField objects that define the fields summarized in the cells of the output table.
    Syntax
    'Declaration
     
    Public ReadOnly Property ValueFields As C1OlapFieldList
    public C1OlapFieldList ValueFields {get;}
    Remarks
    See the Fields property for details and an example.
    See Also