ActiveReports Developer 7
SignatureSignDate Property
See Also 
GrapeCity.ActiveReports.Export.Pdf.v7 Assembly > GrapeCity.ActiveReports.Export.Pdf.Page Namespace > Settings Class : SignatureSignDate Property

Glossary Item Box

Gets/sets the sign date. Default value is DateTime.Now

Syntax

Visual Basic (Declaration) 
Public Property SignatureSignDate As System.String
C# 
public System.string SignatureSignDate {get; set;}

Remarks

Value must be a serialized DateTime value

See Also