[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.ListDataSource.GetChars

GetChars Method

GetChars(int, long, char[], int, int)

Reads a stream of characters from the specified column offset into the buffer as an array, starting at the given buffer offset.

Declaration
public long GetChars(int i, long fieldoffset, char[] buffer, int bufferoffset, int length)
Parameters
Type Name Description
int i

The zero-based column ordinal.

long fieldoffset

The index within the row from which to start the read operation.

char[] buffer

The buffer into which to read the stream of bytes.

int bufferoffset

The index for buffer to start the read operation.

int length

The number of bytes to read.

Returns
Type Description
long

The actual number of characters read.

Implements