ReportWebData Class
Name | Description | |
---|---|---|
ReportWebData(RunObj, int) | Construct an instance of this class |
Name | Description | |
---|---|---|
Authorization | Gets or sets the Authorization token to access the Rest API | |
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 | |
DefaultURL | Gets or sets the complete url without resolved object names when definind the URL to use in Requests | |
DefaultURLResolved | Gets or sets the complete url with object names when definind the URL to use in Requests (client side property) | |
Description | Gets the ReportWebData Description configured in EditReportsWebData. | |
Disable | Disables the ReportWebData operations when the value is greater than zero. | |
DocumentClient | Report document created to client usage. | |
Encoding |
Indicates the file format
JSON = 5 XML = 6 HTML = 7 Text = 8 |
|
Headers | Gets Headers response at Server execution | |
HeadersClient | Gets Headers response at Client execution. | |
Id | Object ID (Internal Use). | |
LastStatus | Gets or sets the status of the last ReportWebData processed. | |
LastStatusMessage | Gets or sets the status message of the last ReportWebData 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 . | |
UseDatasetAsyncContents | Flag to use DatasetAsyncContent on datatable grid report. |
Name | Description | |
---|---|---|
BeginGetRequestAsync(AsyncCallback, string) | Begin executing an asynchronous Get Request | |
BeginPostRequestAsync(AsyncCallback, string) | Begin executing an asynchronous Post Request | |
EndGetRequest(IAsyncResult, out int) | End executing an asynchronous Get Request | |
EndPostRequest(IAsyncResult) | End executing an asynchronous Post Request | |
GetRequestAsync() |
Performs an HTTP / HTTPS GET Request. Returns stauts, and output Get Request response. |
|
GetRequestWithStatusAsync(TRef<int>) |
Performs an HTTP / HTTPS GET Request. Returns Get Request response. If null or empty means it failed Parameters bool status: flag indicating success or failed string statusMessage: message with the status of the Get Request |
|
LoadCommandAsync() |
Loads the values of the tags configured in the Objects property from the file indicated by the FileName property. Returns Flag indicating success or fail |
|
LoadCommandWithStatusAsync(TRef<int>) |
Loads the values of the tags configured in the Objects property from the file indicated by the FileName property.
Parameters message with the status of the save command Returns Flag indicating success or fail |
|
PostRequestAsync() |
Performs an HTTP / HTTPS POST Request. Returns flag indicating if request was successfull |
|
SaveCommandAsync() | Saves the selected report into the path indicated by the SaveFileName property. | |
UpdateCommandAsync() | UpdateCommand the selected document with the current value of the tags. |
T.Modules.Report.ReportWebData