ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ReportItemCollection Class
Properties Methods Events

In This Topic
    ReportItemCollection Class Members
    In This Topic

    The following tables list the members exposed by ReportItemCollection.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of ReportItem objects in the ReportItemCollection.  
    Public PropertyGets a Boolean value indicating whether the ReportItemCollection has a fixed size.  
    Public PropertyGets a Boolean value indicating whether the ReportItemCollection is read-only.  
    Public PropertyGets a value indicating whether access to the ReportItemCollection is synchronized (thread safe).  
    Public PropertyOverloaded. Gets or sets a specific ReportItem object in the ReportItemCollection by position.  
    Public PropertyGets an object that can be used to synchronize access to the ReportItemCollection.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a ReportItem object to the ReportItemCollection.  
    Public MethodAdds a ReportItemCollection to the existing ReportItemCollection.  
    Public MethodRemoves all items from the ReportItemCollection.  
    Public MethodGets a Boolean value indicating whether the ReportItemCollection contains the specified ReportItem.  
    Public MethodOverloaded. Copies the objects in the ReportItemCollection to an Array, starting at the indicated Array index.  
    Public MethodDetermines the index of a specific ReportItem object in the ReportItemCollection.  
    Public MethodInserts a new ReportItem into the ReportItemCollection at the specified location.  
    Public MethodRemoves the specified ReportItem object from the ReportItemCollection.  
    Public MethodRemoves a ReportItem object from the ReportItemCollection at the specified index.  
    Public MethodCopies the elements of the ReportItemCollection to a new array.  
    Top
    Public Events
     NameDescription
    Public EventOccurs immediately after adding an item to the collection.  
    Public EventOccurs immediately after removing an item from the collection.  
    Top
    See Also