ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / ReportSlicers Property

In This Topic
    ReportSlicers Property
    In This Topic
    Gets a collection of slicers for a report.
    Syntax
    'Declaration
     
    Public ReadOnly Property ReportSlicers As ReportSlicersCollection
    public ReportSlicersCollection ReportSlicers {get;}

    Property Value

    A ReportSlicersCollection object containing the slicers for a report.
    See Also