Back to Devexpress

DataPaginationByCount Class

corelibraries-devexpress-dot-reportserver-dot-servicemodel-dot-datacontracts-1bd4edb2.md

latest1.5 KB
Original Source

DataPaginationByCount Class

Enables you to paginate the obtained data by the specified number of records.

Namespace : DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DataContract]
public class DataPaginationByCount :
    DataPagination
vb
<DataContract>
Public Class DataPaginationByCount
    Inherits DataPagination

Remarks

For a code sample, see the following example online: Report Server - How to manage scheduled jobs from a Windows Forms application.

Inheritance

Object DataPagination DataPaginationByCount

See Also

DataPaginationByCount Members

DevExpress.ReportServer.ServiceModel.DataContracts Namespace