RenderReport
Use this action to render reports in HTML with RTL and Arabic support.
Required parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
REPORT_OWNER | Alphanumeric string |
The owner of the report. This is a key field. Cannot be blank. Minimum length for strings is 1. |
FILE | Alphanumeric string |
The absolute filename of the .PRT report. This is a key field. Cannot be blank. Minimum length for strings is 1. |
Optional parameters
Parameter Key | Value Type | Parameter Description |
---|---|---|
PAGE | Integer |
The page of the report to be retrieved. Minimum length for strings is 1. |
MAX | Integer |
Maximum number of records to return. Minimum length for strings is 1. |
DOMAIN | Alphanumeric string |
The domain of the LSF server. Only applicable when FORMAT_HTML is true. |
INCLUDE_PARAMETERS | Fixed values |
To include the parameters to the report. INCLUDE_PARAMETERS will add the job's parameter to the report. Only applicable when FORMAT_HTML is false or not specified. Fixed values are TRUE and FALSE. The default value is FALSE. |
FORMAT_HTML | Fixed values |
To format the report to be displayed as HTML. FORMAT_HTML with a value of true will return a full HTML page otherwise only the report fragments will be returned. Fixed values are TRUE and FALSE. The default value is FALSE. |