Gets a list of C1OlapField objects that define
the fields shown as rows in the output table.
Namespace:
C1.OlapAssembly: C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)
Syntax
C# |
---|
public C1OlapFieldList RowFields { get; } |
Visual Basic |
---|
Public ReadOnly Property RowFields As C1OlapFieldList Get |
Remarks
See the Fields property for details and an example.