Description
Uses the Pento Pentaho Reporting Engine to generate a report given a report specification and report input data.
Inputs and Outputs
Database Connection Type - Specifies the type of connection to be used to connect to the databaseReport Specification - The file that contains the Pentaho Report definition. The definition may be either a JFreeReport definition or a Pentaho Report Design Wizard specification.
- JDBC - Connect using a standard JDBC connection. The following inputs must also be provided.
- JDBC Drive - Name of the JDBC driver class to use when connecting to the database.
- Database URL - The database connection URL.
- User Name - The username to use when connecting to the database.
- Password - The password to use when connecting to the database.
- JNDI - Connect using the specified JNDI name.
- Shared - Connect to the database using the named shared connection. See the Shared Relational Connection action for further details
...