Generate SSRS reports by passing in the name, parameter list and required format to the service
This service does not replace the out of the box K2 Reporting Services Service but provides an alternative which has the following functionality.
- Generate a SSRS Report by passing the following parameters
o Report Path (Full path to report including the name)
o Report Parameters (As a | Delimited list)
o Report Format (Any format which SSRS can export a report as, i.e PDF, Excel , Word ‘SSRS 2008’)
- Report returned as k2 SmartFile type (base64 string with filename
- Enables you to have a single SmartObject which can be used to generate any report in any SSRS supported format.