ResultPagingSetColumnSequencePagination Method (Int32, Int32, Boolean)

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

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

Parameters

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