ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / CustomData Class / DataRows Property

In This Topic
    DataRows Property
    In This Topic
    A GrapeCity.ActiveReports.PageReportModel.Rdl.DataRowCollection containing the data values to calculate for each detail cell of the data.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataRows As DataRowCollection
    public DataRowCollection DataRows {get;}
    See Also