<< Fare clic per visualizzazione il sommario >> Percorso: API di piattaforma > JamioPlug > JamioPlug Document Automation > GetResourcesReport |
Plug
Method
GetResourcesReport
Description
Creates a report from one or more resources using one or more templates taken from Document components.
Input |
|||
Name |
Description |
Type |
Optional |
serverAddress |
Server address for an external Domain (or "" for the current Domain) |
String |
Y |
token |
The session token (for the current session in the current Domain may be null or empty) |
String |
Y |
resources |
Input resources for report. Each element can be a reference to a resource or a dataset containing fields; each key corresponds to name assigned in templates. |
Dataset |
|
templateDocument |
Document resource containing template file components. Supported template types: • doc • dot • docx • dotx • odt • ott • rtf |
Reference |
|
outputFormat |
The format for output report (same format of the first template if not specified). Supported output formats: • doc • docx • odt • rtf • txt |
String |
Y |
Output |
|||
Name |
Description |
Type |
Optional |
returnValue |
Reference to the output report |
Reference |
|