downloadDocumentData() Method
In ScheduleService, use the downloadDocumentData() method to save a report document into the local temporary directory, and return the fileID of the user for later downloads. This implementation is for performance concern in case that report data size is significant.
Signature
String downloadDocumentData(String JobOutputID, String userID, String password);
Parameters for downloadDocumentData() Method
Parameter | Description |
---|---|
String jobOutputID |
The ID assigned to the output. The jobOutputID is a string of integers. |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |