Click or drag to resize

Report Class

This class represents information about the report to create for the job.
Inheritance Hierarchy
SystemObject
  RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitionsReport

Namespace: RelaxIS_SDK.RelaxISRemote.RelaxISRemoteJobDefinitions
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public class Report

The Report type exposes the following members.

Constructors
 NameDescription
Public methodReport Initializes a new Report object.
Top
Properties
 NameDescription
Public propertyCreateReport Defines if a report should be created.
Public propertyOutputname Defines the output name of the created report. A short ID will be added. Leave blank for automatic name.
Public propertySaveLocally Defines if the report should be saved locally on the server. May be overridden by the server.
Public propertySubFolders The subfolders in which the report should be created.
Public propertyTemplateName Selects the name of the template that should be used. Leave blank to use the servers default template.
Top
See Also