Skip to main content
A newer version of this page is available. .

DataPaginationByCount.Offset Property

Specifies the record number from which the page’s data count starts.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

[DataMember]
public int Offset { get; set; }

Property Value

Type Description
Int32

An integer value.

See Also