ActiveReports 8
DataCells Property
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also