ReportForm Class
| Name | Description | |
|---|---|---|
|
ReportForm(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. |
|
ConfigContent | Gets or sets the report config |
|
Description | Gets the ReportForm Description configured in EditReportsReports. |
|
Disable | Disables the ReportForm operations when the value is greater than zero. |
|
DocumentClient | Report document created to client usage. |
|
Footer | Gets Footer. |
|
Header | Gets Header. |
|
Id | |
|
IsSavingContent | Is execution Saving operation on the server |
|
LastStatus | Gets or sets the status of the last ReportForm processed. |
|
LastStatusMessage | Gets or sets the status message of the last ReportForm 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. |
|
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 | |
|---|---|---|
|
GetPageCount(int) | Get the number of pages. Disabled for Mono projects and HTML5 displays |
|
SaveCommandAsync() | Saves the selected report into the path indicated by the SaveFileName property. |
|
SaveCommandWithOrientationAsync(int) | Saves the selected report using a Custom Orientation |
T.Modules.Report.ReportForm