ActiveReports Developer 7
DataRows Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > CustomData Class : DataRows Property

Glossary Item Box

A DataRowCollection containing the data values to calculate for each detail cell of the data.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataRows As DataRowCollection
C# 
public DataRowCollection DataRows {get;}

See Also