Name
|
Description
|
Append
|
Determines if data will be appended to an existing file of the same name, or if any existing data will be overwritten.
|
AutoLinefeed
|
Determines whether the Report will automatically include a linefeed at the end of each Report command. Note that the Report command keywords "without linefeed" will override this setting.
|
AutoPadding
|
Determines whether the Report will automatically pad columns with spaces. Note that the Report command keywords "without padding" will override this setting.
|
ColumnDelimiter
|
The character to use when delimiting Array or Matrix columns.
|
CustomHeaderLabels
|
StringArray containing custom column headers. If the number of items in the StringArray doesn't match the number of columns being reported, an error will be thrown. To change the format of the headers, use the HeaderType property.
|
DeclaredName
|
The name of the object as declared.
|
Filename
|
The name and path of the file to be created. If no path is declared then the file will be created in the local directory where the mission plan resides.
|
HeaderType
|
Determines the format of the headers. To show or hide the headers completely, set this value to "None."
|
IsOpen
|
Returns a 0/1 flag indicating whether the ReportInterface object is opened or not.
|
Name
|
The name displayed for this object in output windows such as views, plots, and reports.
|
NumberFormat
|
The format in which to write numeric values. Note that this will be overriden by per-item qualifiers, i.e. "Report myValue<width, precision> to myReportInterface."
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|