ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Slicer Class / Value Property

In This Topic
    Value Property (Slicer)
    In This Topic
    Gets or sets the value for the slicer.
    Syntax
    'Declaration
     
    Public Property Value As ExpressionInfo
    public ExpressionInfo Value {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object representing the slicer value.
    Remarks

    Must be specified for the SliceType.Set and SliceType.Toggle types.

    See Also