Open this page in the API Guide

ResultPaging.SetColumnSequencePagination 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 (25.1.0.1000)
Syntax
public void SetColumnSequencePagination(
	int columnSequenceStart,
	int columnSequenceSize,
	bool pageIncludesTotals
)

Parameters

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