[]
Report slicer definition. Slicers are similar to parameters, but unlike them, changing a slicer does not lead to a complete rebuild of the report and re-query the data. Instead, the existing report data tree is rebuilt to form a new report.
public class ReportSlicer : IValidateable, ICloneable
| Name | Description |
|---|---|
| ReportSlicer() |
| Name | Description |
|---|---|
| DefaultValue | Gets or sets the default value to use for the slicer (if none is provided by the user). |
| MultiValue | Gets or sets a value indicating whether multiple values for this parameter are allowed. |
| Name | Gets or sets the name of the slicer (this is the name used when expressions refer to the slicer). |
| Name | Description |
|---|---|
| Clone() | |
| Validate(ValidationContext) | Validates the current state of the object. |