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

In This Topic
    DataRows Property
    In This Topic
    Gets the data values calculated for each detail cell of the custom report item's data.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataRows As DataRowCollection
    public DataRowCollection DataRows {get;}

    Property Value

    A DataRowCollection object containing the data values.
    See Also