ActiveReports 9
TimeStamp Constructor(Uri,String,String)

TSA server URL
User ID for TSA server
Password for TSA server
Initializes a new instance of the TimeStamp class using the specified server URI, user name, and password.
Syntax
'Declaration
 
Public Function New( _
   ByVal serverUrl As System.Uri, _
   ByVal user As System.String, _
   ByVal password As System.String _
)
public TimeStamp( 
   System.Uri serverUrl,
   System.string user,
   System.string password
)

Parameters

serverUrl
TSA server URL
user
User ID for TSA server
password
Password for TSA server
Remarks

This feature is for use with the Professional Edition license only. An evaluation message is rendered when used with the Standard Edition license.

Note: This feature can not be used if a report is exported into a password-protected PDF document

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TimeStamp Class
TimeStamp Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum