Class for ReportItem operation.

Namespace: T.Modules.Report
Assembly: T.Modules (in T.Modules.dll)

Public Class ReportItem 
Inherits ListObj 
Implements IReportItem
This language is not supported or no code example is available.
public class ReportItem : ListObj
IReportItem
This language is not supported or no code example is available.
Name Description
Public constructor ReportItem(RunObj, int) Construct an instance of this class
Top
Name Description
Public property Append Indicates whether the report will be overwritten or appended on Save commands
Public property Category ReadOnly property with categories configured on Report object.
Public property Completed The value of this property is incremented when a Save or Load operation is concluded.
Public property Description Gets the ReportItem Description configured in EditReportsReports.
Public property Disable Disables the ReportItem operations when the value is greater than zero.
Public property DocConfig Gets or sets the report config
Public property DocumentClient Report document created to client usage.
Public property Footer Gets Footer.
Public property Header Gets Header.
Public property Id Object ID (Internal Use).
Public property LastStatus Gets or sets the status of the last ReportItem processed.
Public property LastStatusMessage Gets or sets the status message of the last ReportItem processed.
Public property Level ReadOnly property with levels configured on Report object.
Public property OpenExecuted Gets or sets the report item's OpenExecuted state.
Public property Padding Gets the report item's padding value.
Public property Save Property used to trigger the save report action.
Public property SaveContent String with content that was save.
Public property SaveExecuted Gets or sets the report item's SaveExecuted state.
Public property SaveFileName Gets or sets the complete path without resolved objects name used when saving the Report.
Public property SaveFileNameResolved Gets or sets the complete path with resolved objects name used when saving the Report .
Public property SaveFormat Gets or sets the report item's save format.
Public property SaveTrigger Gets trigger the save report action.
Public property UseDatasetAsyncContents Flag to use DatasetAsyncContent on datatable grid report.
Top
Name Description
Public method OpenCommand() Opens the selected report.
Public method SaveCommand() Saves the selected report into the path indicated by the SaveFileName property.
Public method SaveCommand(int) Saves the selected report into the path indicated by the SaveFileName property.
Top

.NET Framework

Supported in: 4.6.2, 4.7