Skip to main content

LayoutRevisionDto.RevisionDate Property

Specifies the date and time of the report revision.

Namespace: DevExpress.ReportServer.ServiceModel.DataContracts

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

NuGet Package: DevExpress.Printing.Core

Declaration

public DateTime RevisionDate { get; set; }

Property Value

Type Description
DateTime

A DateTime structure.

See Also