Skip to main content

DataPaginationByDate.From Property

Specifies the date and time of the first record on the data page.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DataMember]
public DateTime From { get; set; }

Property Value

Type Description
DateTime

A DateTime structure.

See Also