JAMS 6.x Help
LogicalName Property (Submit.Report)


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.
Syntax
'Declaration
 
Public Property LogicalName As System.String
'Usage
 
Dim instance As Submit.Report
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

Submit.Report Class
Submit.Report Members

Send Feedback