ActiveReports 18 .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 data values to pass to the custom report item
    Syntax
    'Declaration
     
    Public ReadOnly Property DataCells As DataCellCollection
    public DataCellCollection DataCells {get;}
    Remarks

    There must be as many DataCell elements as there are leaf-node DataGroupings in the DataColumngGroupings

    See Also