[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRowCollection

DataRowCollection Class

Represents a strongly typed collection of ReportItem objects.

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

Constructors

Name Description
DataRowCollection()

Initializes a new instance of the DataRowCollection class.

Extension Methods