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

Sets sequence pagination.

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

Parameters

columnSequenceStart
Type: SystemInt32
The column sequence start.
columnSequenceSize
Type: SystemInt32
Size of the column sequence.
rowSequenceStart
Type: SystemInt32
The row sequence start.
rowSequenceSize
Type: SystemInt32
Size of the row sequence.
pageIncludesTotals
Type: SystemBoolean
If set to then totals are included in the page size.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptioncolumnSequenceStart, columnSequenceSize, rowSequenceStart or rowSequenceSize is invalid.
See Also