[]
Sets the ValueFields property.
public PivotPanelBuilder ValueFields(Action<ViewFieldCollectionBuilder> build)
| Type | Name | Description |
|---|---|---|
| Action<ViewFieldCollectionBuilder> | build | The build function |
| Type | Description |
|---|---|
| PivotPanelBuilder | Current builder |
Gets the list of PivotField objects that define the fields summarized in the output table.
Sets the ValueFields property.
public PivotPanelBuilder ValueFields(params string[] fieldKeys)
| Type | Name | Description |
|---|---|---|
| string[] | fieldKeys | The field keys. |
| Type | Description |
|---|---|
| PivotPanelBuilder | Current builder |
Gets the list of PivotField objects that define the fields summarized in the output table.