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

Glossary Item Box

The following tables list the members exposed by RenderingExtensionInfoCollection.

Public Constructors

Public Properties

 NameDescription
Public PropertyCapacity

Gets or sets the number of elements that the RenderingExtensionInfoCollection can contain.

(Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of elements contained in the RenderingExtensionInfoCollection instance. (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the RenderingExtensionInfo at the specified index.  
Top

Public Methods

 NameDescription
Public MethodAddAdds RenderingExtensionInfo to the end of the RenderingExtensionsCollection.  
Public MethodClear (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether the RenderingExtensionsCollection contains a specific RenderingExtensionInfo.  
Public MethodIndexOfSearches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.  
Public MethodRemoveRemoves the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection.  
Public MethodRemoveAt (Inherited from System.Collections.CollectionBase)
Top

Public Events

 NameDescription
Public EventContentChangedOccurs when the content has changed.  
Top

See Also