[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Configuration.RenderingExtensionInfoCollection

RenderingExtensionInfoCollection Class

Represents a collection of RenderingExtensionInfo.

Inheritance
RenderingExtensionInfoCollection
Namespace: GrapeCity.ActiveReports.Configuration
Assembly: MESCIUS.ActiveReports.dll
Syntax
public class RenderingExtensionInfoCollection : CollectionBase, IList, ICollection, IEnumerable

Constructors

Name Description
RenderingExtensionInfoCollection()

Creates an instance of RenderingExtensionInfoCollection.

Properties

Name Description
this[int]

Gets or sets the RenderingExtensionInfo at the specified index.

Methods

Name Description
Add(RenderingExtensionInfo)

Adds RenderingExtensionInfo to the end of the RenderingExtensionsCollection.

Contains(RenderingExtensionInfo)

Determines whether the RenderingExtensionsCollection contains a specific RenderingExtensionInfo.

CopyTo(RenderingExtensionInfo[], int)

Copies the entire RenderingExtensionsCollection to a compatible one-dimensional Array, starting at the specified index of the target array.

IndexOf(RenderingExtensionInfo)

Searches for the specified RenderingExtensions and returns the zero-based index of the first occurrence within the entire RenderingExtensionsCollection.

Insert(int, RenderingExtensionInfo)

Inserts a RenderingExtensionInfo into the RenderingExtensionsCollection at the specified index.

Remove(RenderingExtensionInfo)

Removes the first occurrence of a specific RenderingExtensionInfo from the RenderingExtensionsCollection.

Events

Name Description
ContentChanged

Occurs when the content has changed.

Extension Methods