ActiveReports Developer 7
ReportItemCollection Class Members
See Also  Properties  Methods  Events
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : ReportItemCollection Class

Glossary Item Box

The following tables list the members exposed by ReportItemCollection.

Public Constructors

 NameDescription
Public ConstructorReportItemCollection ConstructorOverloaded.   
Top

Public Properties

 NameDescription
Public PropertyCountGets the number of ReportItem objects in the ReportItemCollection.  
Public PropertyIsFixedSizeGets a Boolean value indicating whether the ReportItemCollection has a fixed size.  
Public PropertyIsReadOnlyGets a Boolean value indicating whether the ReportItemCollection is read-only.  
Public PropertyIsSynchronizedGets a value indicating whether access to the ReportItemCollection is synchronized (thread safe).  
Public PropertyItemOverloaded. Gets or sets a specific ReportItem object in the ReportItemCollection by position.  
Public PropertySyncRootGets an object that can be used to synchronize access to the ReportItemCollection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a ReportItem object to the ReportItemCollection.  
Public MethodAddRangeAdds a ReportItemCollection to the existing ReportItemCollection.  
Public MethodClearRemoves all items from the ReportItemCollection.  
Public MethodContainsGets a Boolean value indicating whether the ReportItemCollection contains the specified ReportItem.  
Public MethodCopyToOverloaded. Copies the objects in the ReportItemCollection to an array, starting at the indicated Array index.   
Public MethodIndexOfDetermines the index of a specific ReportItem object in the ReportItemCollection.  
Public MethodInsertInserts a new ReportItem into the ReportItemCollection at the specified location.  
Public MethodRemoveRemoves the specified ReportItem object from the  ReportItemCollection.  
Public MethodRemoveAtRemoves a ReportItem object from the ReportItemCollection at the specified index.  
Public MethodToArrayCopies the elements of the ReportItemCollection to a new array.  
Top

Public Events

 NameDescription
Public EventItemAddedOccurs immediately after adding an item to the collection.  
Public EventItemRemovedOccurs immediately after removing an item from the collection.  
Top

See Also