[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.ReportItemCollectionEventArgs

ReportItemCollectionEventArgs Class

Represents a data for the ItemAdded or ItemRemoved event of the ReportItemCollection.

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

Constructors

Name Description
ReportItemCollectionEventArgs(int, ReportItem)

Initializes a new instance of the ReportItemCollectionEventArgs class.

Properties

Name Description
Index

Gets an index of the ReportItem that was added or removed.

Value

Gets the ReportItem object that was added or removed.

Extension Methods