ActiveReports 9
SignatureField<T> Constructor(T,Boolean,Boolean)

Value to write on signature
true, if value should be written
true, if label for value should be shown
Initializes a new instance of the Generic SignatureField class.
Syntax
'Declaration
 
Public Function New( _
   ByVal value As T, _
   ByVal visible As System.Boolean, _
   ByVal showLabel As System.Boolean _
)
public SignatureField<T>( 
   T value,
   System.bool visible,
   System.bool showLabel
)

Parameters

value
Value to write on signature
visible
true, if value should be written
showLabel
true, if label for value should be shown
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

SignatureField<T> Class
SignatureField<T> Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum