[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollection

ExpressionInfoCollection Class

Implements a strongly typed collection for ExpressionInfo.

Inheritance
ExpressionInfoCollection
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ExpressionInfoCollection : Collection<ExpressionInfo>, IList, ICollection, IReadOnlyList<ExpressionInfo>, IReadOnlyCollection<ExpressionInfo>, IList<ExpressionInfo>, ICollection<ExpressionInfo>, IEnumerable<ExpressionInfo>, IEnumerable

Constructors

Name Description
ExpressionInfoCollection()

Initializes a new instance of the ExpressionInfoCollection class.

Properties

Name Description
IsReadOnly

Gets a value indicating whether the GrapeCity.Enterprise.Data.Expressions.ExpressionInfoCollection is read-only.

Methods

Name Description
AddRange(IEnumerable<ExpressionInfo>)

Adds the expressions sequence to the end of the collection.

InsertItem(int, ExpressionInfo)
RemoveItem(int)

Events

Name Description
ItemAdded

Occurs immediately after adding an item to the collection.

ItemRemoved

Occurs immediately after removing an item from the collection.

Extension Methods