ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / DataRow Class / DataCells Property

In This Topic
    DataCells Property (DataRow)
    In This Topic
    Gets the collection of data cells within this data row.
    Syntax
    'Declaration
     
    Public ReadOnly Property DataCells As DataCellCollection
    public DataCellCollection DataCells {get;}

    Property Value

    A collection of DataCell objects representing individual data cells.
    Remarks

    There must be as many DataCell elements as there are leaf-node DataGrouping objects in the DataGroupingCollection.

    See Also