JAMS 6.x Help
PrintQualifiers Property (CurReport)


Gets or sets the command which is appended to the print command when JAMS parses the Job file. The text entered here must consist of valid print qualifiers.
Syntax
'Declaration
 
Public Property PrintQualifiers As System.String
'Usage
 
Dim instance As CurReport
Dim value As System.String
 
instance.PrintQualifiers = value
 
value = instance.PrintQualifiers
public System.string PrintQualifiers {get; set;}
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

CurReport Class
CurReport Members