PivotXmlaDataSourceBuilder
Methods
Events(System.Action)
Configures the client-side events
Parameters
configurator - System.Action<DataSourceEventBuilder>
The action to configure the events.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Transport(System.Action)
Configures the transport of the Xmla DataSource
Parameters
configurator - System.Action<PivotDataSourceTransportBuilder>
The action to configure the transport.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Columns(System.Action)
Sets the columns of the Xmla DataSource.
Parameters
addColumnAction - System.Action<PivotDataSourceColumnFactory>
The action to configure the columns.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Rows(System.Action)
Sets the rows of the Xmla DataSource.
Parameters
addRowAction - System.Action<PivotDataSourceRowFactory>
The action to configure the rows.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Measures(System.Action)
Sets the measures of the Xmla DataSource.
Parameters
configurator - System.Action<PivotDataSourceMeasureBuilder>
The action to configure the measures.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Sort(System.Action)
Configures the initial sorting.
Parameters
configurator - System.Action<DataSourceSortDescriptorFactory>
The action to configure the sorting.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.
Filter(System.Action)
Configures the initial filtering.
Parameters
configurator - System.Action<PivotDataSourceFilterDescriptorFactory>
The action to configure the filters.
RETURNS
The PivotXmlaDataSourceBuilder object to support method chaining.