[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportSlicer

ReportSlicer Class

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.

Inheritance
ReportSlicer
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public class ReportSlicer : IValidateable, ICloneable

Constructors

Name Description
ReportSlicer()

Properties

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).

Methods

Name Description
Clone()
Validate(ValidationContext)

Validates the current state of the object.

Extension Methods