ActiveReports Developer 7
DataCells Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > DataRow Class : DataCells Property

Glossary Item Box

Gets data values to pass to the custom report item

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property DataCells As DataCellCollection
C# 
public DataCellCollection DataCells {get;}

Remarks

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

See Also