It is possible to print Isah Fast Report reports from certain custom applications. Certain conditions apply:
You can use the stored procedure IP_gen_ReportServiceJob
to print a report from a custom application. The stored procedure has the following parameters:
Parameter |
Description |
Mandatory |
ReportCode |
Isah Report code |
Yes |
ReportData |
Report parameters with a value, specified in an XML structure(*) |
Depends on the report definition |
OutputType |
0 = PDF, 1 = Printer |
Yes |
CallBackURL |
Service http endpoint for a callback (http POST) when the task has been executed |
No |
PrinterName |
Printer name as known on the server |
Yes, if OutputType = 1 |
UserCode |
Isah user as used within the report context |
Yes |
Caller |
Application that has made the request (informative) |
No |
new_Id (output) |
ID belonging to the new task |
- |
(*): See Report parameters for the correct structure
In this folder |