JAMS 6.x Help
LogicalName Property (CurReport)


Gets or sets the Report's logical name. When JAMS parses a Job, it can create the batch commands needed to define logical names which point to the actual report listing file. If unassigned, the Report ID is used as the value for the logical name.

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.

Syntax
'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;}
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

Send Feedback