Skip to main content

DataPaginationByCount.Count Property

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

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

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

Property Value

Type Description
Int32

An integer value.

See Also