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

DataPaginationByCount.Count Property

Specifies the maximum number of records that a single data page can contain.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
Int32

An integer value.

See Also