ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportSlicersCollection Class
Members

In This Topic
    ReportSlicersCollection Class
    In This Topic
    Collection of report slicers. See ReportSlicer.
    Object Model
    ReportSlicersCollection Class
    Syntax
    'Declaration
     
    Public Class ReportSlicersCollection 
       Inherits System.Collections.ObjectModel.Collection(Of ReportSlicer)
    public class ReportSlicersCollection : System.Collections.ObjectModel.Collection<ReportSlicer> 
    Inheritance Hierarchy

    System.Object
       System.Collections.ObjectModel.Collection<T>
          GrapeCity.ActiveReports.PageReportModel.ReportSlicersCollection

    See Also