[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ExpressionInfoCollectionEventArgs

ExpressionInfoCollectionEventArgs Class

Provides data for the ItemAdded or ItemRemoved event of the ExpressionInfoCollection.

Inheritance
ExpressionInfoCollectionEventArgs
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class ExpressionInfoCollectionEventArgs : EventArgs

Constructors

Name Description
ExpressionInfoCollectionEventArgs(int, ExpressionInfo)

Initializes a new instance of ExpressionInfoCollectionEventArgs class.

Properties

Name Description
Index

Returns the Integer for the ExpressionInfo object that was added or removed.

Value

Returns the ExpressionInfo object that was added or removed.

Extension Methods