Skip to main content

DataPaginationByDate.Interval Property

Specifies the time interval to be included on the data page.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public TimeSpan Interval { get; set; }

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also