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

Glossary Item Box

The following tables list the members exposed by CodeClassCollection.

Public Properties

 NameDescription
Public PropertyCapacityGets or sets the number of elements that the CodeClassCollection can contain. (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the CodeClassCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets a specific CodeClass object in the CodeClassCollection by position.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a CodeClass object to the CodeClassCollection.  
Public MethodClearClears all CodeClass objects from the CodeClassCollection. (Inherited from System.Collections.CollectionBase)
Public MethodIndexOfDetermines the index of a specific CodeClass object in the CodeClassCollection.  
Public MethodRemoveAtRemoves the specified CodeClass object from the CodeClassCollection. (Inherited from System.Collections.CollectionBase)
Top

See Also