PivotCustomDataSourceV2Builder
Methods
Events(System.Action)
Configures the client-side events
Parameters
configurator - System.Action<DataSourceEventBuilder>
Schema(System.Action)
Configures the schema of the Ajax DataSource
Parameters
configurator - System.Action<PivotAjaxDataSourceSchemaBuilder>
Transport(System.Action)
Configures the transport of the Custom DataSource
Parameters
configurator - System.Action<PivotCustomDataSourceTransportBuilder>
Columns(System.Action)
Sets the columns of the Custom DataSource.
Parameters
addColumnAction - System.Action<PivotDataSourceColumnFactory>
Rows(System.Action)
Sets the rows of the Custom DataSource.
Parameters
addRowAction - System.Action<PivotDataSourceRowFactory>
Measures(System.Action)
Sets the measures of the Custom DataSource.