ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / SliceAction Class / Slicers Property

In This Topic
    Slicers Property (SliceAction)
    In This Topic
    Gets the collection of slicers to be applied within this action.
    Syntax
    'Declaration
     
    Public ReadOnly Property Slicers As SlicersCollection
    public SlicersCollection Slicers {get;}

    Property Value

    A SlicersCollection object containing the slicers for this action.
    See Also