ResultPagingSetSequencePagination(Int32, Int32, Int32, Int32, Boolean) Method

Sets sequence pagination.

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 SetSequencePagination(
	int columnSequenceStart,
	int columnSequenceSize,
	int rowSequenceStart,
	int rowSequenceSize,
	bool pageIncludesTotals
)

Parameters

columnSequenceStart  Int32
The column sequence start.
columnSequenceSize  Int32
Size of the column sequence.
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
ArgumentOutOfRangeExceptioncolumnSequenceStart, columnSequenceSize, rowSequenceStart or rowSequenceSize is invalid.
See Also