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
)
Public Sub SetSequencePagination (
columnSequenceStart As Integer,
columnSequenceSize As Integer,
rowSequenceStart As Integer,
rowSequenceSize As Integer,
pageIncludesTotals As Boolean
)
public:
void SetSequencePagination(
int columnSequenceStart,
int columnSequenceSize,
int rowSequenceStart,
int rowSequenceSize,
bool pageIncludesTotals
)
member SetSequencePagination :
columnSequenceStart : int *
columnSequenceSize : int *
rowSequenceStart : int *
rowSequenceSize : int *
pageIncludesTotals : bool -> unit
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 See Also