C1.C1Report Namespace : DataSource Class |
For a list of all members of this type, see DataSource members.
Name | Description | |
---|---|---|
BOF | Returns true if the cursor is pointing at the first record in the data source. | |
EOF | Returns true if the cursor is pointing at the last record in the data source. | |
GetBookmark | Returns the current cursor position. | |
GetFieldValue | Gets the value of the given field, at the cursor position. | |
GetRecordSource | Processes the PARAMETERS clause in the RecordSource string and returns the result. | |
MoveFirst | Moves the cursor to the first record in the data source. | |
MoveLast | Moves the cursor to the last record in the data source. | |
MoveNext | Moves the cursor to the next record in the data source. | |
MovePrevious | Moves the cursor to the previous record in the data source. | |
SetBookmark | Sets the current cursor position to supplied value. | |
ToString | Returns a string representation of DataSource object. |