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