| 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) |
 | LoadedFrom | Gets the JAMS server where this CurReport is stored. |
 | LogicalName | 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. |
 | 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) |
 | 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 or sets the Report ID, which is an identifier used to name a report. It must be unique within a Job. This is required. |
 | 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) |