[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetValues

GetValues Method

GetValues(object[])

Populates an array of objects with the column values of the current record.

Declaration
public int GetValues(object[] values)
Parameters
Type Name Description
object[] values

An array of object to copy the attribute fields into.

Returns
Type Description
int

The number of instances of object in the array.

Implements