ResultPagingSetRowSequencePagination Method (Int32, Int32, Boolean) | 
 
            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 (25.3.0.1000)
Syntaxpublic void SetRowSequencePagination(
	int rowSequenceStart,
	int rowSequenceSize,
	bool pageIncludesTotals
)
Public Sub SetRowSequencePagination ( 
	rowSequenceStart As Integer,
	rowSequenceSize As Integer,
	pageIncludesTotals As Boolean
)
public:
void SetRowSequencePagination(
	int rowSequenceStart, 
	int rowSequenceSize, 
	bool pageIncludesTotals
)
member SetRowSequencePagination : 
        rowSequenceStart : int * 
        rowSequenceSize : int * 
        pageIncludesTotals : bool -> unit 
Parameters
- 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
See Also