ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Export.Pdf Assembly / GrapeCity.ActiveReports.Export.Pdf.Page Namespace / Settings Class / SignatureSignDate Property

In This Topic
    SignatureSignDate Property
    In This Topic
    Gets/sets the sign date. Default value is DateTime.Now
    Syntax
    'Declaration
     
    Public Property SignatureSignDate As String
    public string SignatureSignDate {get; set;}
    Remarks
    Value must be a serialized DateTime value
    See Also