[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.DataRow.DataCells

DataCells Property

DataCells

Gets the collection of data cells within this data row.

Declaration
public DataCellCollection DataCells { get; }
Property Value
Type Description
DataCellCollection

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.