[]
Adds a new ISlicerCache object to the collection.
ISlicerCache Add(object source, string sourceField, string name = null)
| Type | Name | Description |
|---|---|---|
| object | source | The data source that the new ISlicerCache will be based on. |
| string | sourceField | The name of the field in the data source to filter by. |
| string | name | The name uses to reference the slicer cache (the value of the ISlicerCache.Name property). |
| Type | Description |
|---|---|
| ISlicerCache | Returns ISlicerCache. |