Skip to main content

DataPaginationByCount.Offset Property

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

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Int32

An integer value.

See Also