getAllScheduledReportInfo() Method
In String, use the getAllScheduledReportInfo() method to return information about all scheduled report jobs that match filter criteria passed through the JobFilterProperties object.
Signature
JobInfosList getAllScheduledReportInfo(JobFilterProperties filter, int beginIdx, String userID, String password);
Parameters for getAllScheduledReportInfo() Method
Parameter | Description |
---|---|
JobFilterProperties filter |
The JobFilterProperties object specifies the specific criteria for the report jobs you want to return information about. See JobFilterProperties. |
int beginIdx |
The starting point of the index (default is |
String userID |
Specifies the user name. |
String password |
Specifies the password for the user name. |