JAMS 6.x Help
SetupJobReport Class Properties


For a list of all members of this type, see SetupJobReport members.

Public Properties
 NameDescription
Public PropertyCopiesGets or Sets the number of copies of the report which should be printed. If you specifiy 0, the report is not sent to a print queue.  
Public PropertyErrorGets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyFullFilenameGets or Sets a valid file name for the Report. The use of this property is determined by the template definitions. The default JAMS template uses this value as the base for a report's file name and any missing parts are replaced as follows:
  • A missing device/directory is replaced with the specification from the Job's System definition.
  • A missing filename is replaced with the Report I.D.
  • A missing extension is replaced with the Job's run occurence number.
 
Public PropertyHasErrorsThe HasErrors property can be used to determine if the object has any errors. If the object needs to be validated, it is done before returning. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyInEditIs this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyItemReturns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyJobReportGets or sets the Job Report that this Setup Job Report is overriding.  
Public PropertyLastChangeGets the date and time that this Setup Job Report was last changed.  
Public PropertyLastChangeUTCGets the UTC date and time that this Setup Job Report was last changed.  
Public PropertyLoadedFromGets the JAMS server where this Param is stored.  
Public PropertyModifiedThe Modified property keeps track of modified state of this object. You cannot set the Modified property. If you modify the object, the modified property will be true until you end or cancel the update. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyNewObjectThe NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject)
Public PropertyOverridenGets the Overriden property which returns true if this SetupJob Report has been overriden.  
Public PropertyParentListGets the list that this object is contained in.  
Public PropertyPrintFormGets or Sets the print Form that will be used when the Report is submitted to a print queue. If unassigned, the default form of the Report's print queue will be used.  
Public PropertyPrintQualifiersGets 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.  
Public PropertyPrintQueueGets or Sets the print queue where the Report should be printed at the conclusion of the Job. If not assigned, the Default Print Queue in the Job's System definition is used.  
Public PropertyReportIDGets the Report ID, which is an identifier used to name a report. It must be unique within a Job. Set this property via the Report property in this same class.  
Public PropertyRetentionDaysGets or Sets the number of days that the Report file should be retained.  
Public PropertyValidatedThe Validated property keeps track of the validation state of this object. If the object has been modified, Validated will be false until the object has been successfully validated by the Validate method. (Inherited from MVPSI.JAMS.BasePublicObject)
Top
See Also

Reference

SetupJobReport Class
MVPSI.JAMS Namespace