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

DataPaginationByDate.Interval Property

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

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

Declaration

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

Property Value

Type Description
TimeSpan

A TimeSpan structure.

See Also