JAMS 6.x Help
Report Class
Members 


Object Model
Report Class
Syntax
'Declaration
 
<System.Runtime.Serialization.DataContractAttribute()>
Public NotInheritable Class Report 
   Inherits BasePublicObject
'Usage
 
Dim instance As Report
[System.Runtime.Serialization.DataContract()]
public sealed class Report : BasePublicObject 
Remarks
Report definitions are used to document and control the reports produced by a Job. For Jobs which are not parsed by JAMS, Report definitions serve as documentation only. Jobs which are parsed, make full use of Report definitions. During the parsing, a logical name is defined which translates into a full file specification for the Report's print file. OpenVMS PRINT commands are also generated which send these print files to a printer queue. A Job may have one or more Report definitions. There is no practical limit to the number of Report definitions which a Job may have.
Inheritance Hierarchy

System.Object
   MVPSI.JAMS.BasePublicObject
      MVPSI.JAMS.Report

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

Report Members
MVPSI.JAMS Namespace