PivotAjaxDataSourceSchemaCubeBuilder
Methods
Dimensions(System.Action)
Sets the dimensions option of the pivotGrid dataSource.
Parameters
configurator - System.Action<PivotAjaxDataSourceSchemaCubeDimensionFactory>
The lambda which configures the cube dimensions
RETURNS
The PivotAjaxDataSourceSchemaCubeBuilder object to support method chaining.
Measures(System.Action)
Sets the measures option of the pivotGrid dataSource.
Parameters
configurator - System.Action<PivotAjaxDataSourceSchemaCubeMeasureFactory>
The lambda which configures the cube measures
RETURNS
The PivotAjaxDataSourceSchemaCubeBuilder object to support method chaining.