ResultPagingSetRowSequencePagination(Int32, Int32, Boolean) Method

Sets sequence pagination for rows, while all columns are set for retrieval.

Namespace: Dundas.BI.Data.DataRetrieval
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public void SetRowSequencePagination(
	int rowSequenceStart,
	int rowSequenceSize,
	bool pageIncludesTotals
)

Parameters

rowSequenceStart  Int32
The row sequence start.
rowSequenceSize  Int32
Size of the row sequence.
pageIncludesTotals  Boolean
If set to then totals are included in the page size.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionrowSequenceStart or rowSequenceSize is invalid.
See Also