ActiveReports Developer 7
FieldCount Property
See Also 
GrapeCity.ActiveReports.Extensibility.v7 Assembly > GrapeCity.ActiveReports.Extensibility.Data Namespace > IDataRecord Interface : FieldCount Property

Glossary Item Box

Returns the number of fields in the current row.  

Syntax

Visual Basic (Declaration) 
ReadOnly Property FieldCount As System.Integer
C# 
System.int FieldCount {get;}

See Also