PivotConfiguratorMessagesBuilder

Methods

Measures(System.String)

Sets the text message for the Measures section.

Parameters

message - System.String

The message to be displayed for the Measures section.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

Columns(System.String)

Sets the text message for the Columns section.

Parameters

message - System.String

The message to be displayed for the Columns section.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

Rows(System.String)

Sets the text message for the Rows section.

Parameters

message - System.String

The message to be displayed for the Rows section.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

MeasuresLabel(System.String)

Sets the text for the MeasuresLabel.

Parameters

message - System.String

The label text to be displayed for the Measures area.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

ColumnsLabel(System.String)

Sets the text for the ColumnsLabel.

Parameters

message - System.String

The label text to be displayed for the Columns area.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

RowsLabel(System.String)

Sets the text for the RowsLabel.

Parameters

message - System.String

The label text to be displayed for the Rows area.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

FieldsLabel(System.String)

Sets the text for the FieldsLabel.

Parameters

message - System.String

The label text to be displayed for the Fields area.

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.

FieldMenu(System.Action)

Sets the messages of the pivotFieldMenu.

Parameters

addViewAction - System.Action<PivotFieldMenuMessagesBuilder>

The lambda which configures the pivotFieldMenu messages

RETURNS

The PivotConfiguratorMessagesBuilder object to support method chaining.