[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotPanelBuilder.RowFields

RowFields Method

RowFields(Action<ViewFieldCollectionBuilder>)

Sets the RowFields property.

Declaration
public PivotPanelBuilder RowFields(Action<ViewFieldCollectionBuilder> build)
Parameters
Type Name Description
Action<ViewFieldCollectionBuilder> build

The build function

Returns
Type Description
PivotPanelBuilder

Current builder

Remarks

Gets the list of PivotField objects that define the fields shown as rows in the output table.

RowFields(params string[])

Sets the RowFields property.

Declaration
public PivotPanelBuilder RowFields(params string[] fieldKeys)
Parameters
Type Name Description
string[] fieldKeys

The field keys.

Returns
Type Description
PivotPanelBuilder

Current builder

Remarks

Gets the list of PivotField objects that define the fields shown as rows in the output table.