MVPSI.JAMS Namespace > CurReport Class : LogicalName Property |
The LogicalName is also used when a Job needs to print the same report more than one time, such as to two different print queues. To accomplish this, define two Reports for the Job (which must have different Report IDs) but enter the same value in the logical name property for both Reports. When JAMS parses the command procedure, it will define the logical name only once but it will generate two print commands, one for each report.
'Declaration
Public Property LogicalName As System.String
'Usage
Dim instance As CurReport Dim value As System.String instance.LogicalName = value value = instance.LogicalName
public System.string LogicalName {get; set;}
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