Gets a list of C1OlapField objects that define the fields summarized in the cells of the output table.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public C1OlapFieldList ValueFields { get; }
Visual Basic
Public ReadOnly Property ValueFields As C1OlapFieldList
	Get

Remarks

See the Fields property for details and an example.

See Also