| Name | Description |
 | Copies | Gets 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. |
 | Error | Gets an error message that describes the errors in the object. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | FullFilename | Gets 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.
|
 | HasErrors | The 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) |
 | InEdit | Is this object in the middle of an edit? (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Item | Returns any error messages currently associated with this column. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | JobReport | Gets or sets the Job Report that this Setup Job Report is overriding. |
 | LastChange | Gets the date and time that this Setup Job Report was last changed. |
 | LastChangeUTC | Gets the UTC date and time that this Setup Job Report was last changed. |
 | LoadedFrom | Gets the JAMS server where this Param is stored. |
 | Modified | The 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) |
 | NewObject | The NewObject property indicates that this object has just been created and has never been saved on a JAMS Server. (Inherited from MVPSI.JAMS.BasePublicObject) |
 | Overriden | Gets the Overriden property which returns true if this SetupJob Report has been overriden. |
 | ParentList | Gets the list that this object is contained in. |
 | PrintForm | Gets 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. |
 | PrintQualifiers | Gets 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. |
 | PrintQueue | Gets 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. |
 | ReportID | Gets 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. |
 | RetentionDays | Gets or Sets the number of days that the Report file should be retained. |
 | Validated | The 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) |