2017 © Pedro Peláez
 

symfony-bundle jasper-bundle

Use jasper reports

image

l3/jasper-bundle

Use jasper reports

  • Friday, January 26, 2018
  • by l3-team
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Bundle Jaspersoft for Symfony2., (*1)

Allow generate a Jasper report, (*2)

Installation


Install the Bundle with this command :, (*3)

composer require l3/jasper-bundle:master

Add parameters in config.yml, (*4)

    l3_jasper:
        host: http://rapport-jasper.univ-lille3.fr:8080
        user: theUser
        password: thePaswword

app/AppKernel.php

$bundles = array(
    ...
    new l3\JasperBundle\l3JasperBundle(),
);

use with service.

...
use Symfony\Component\HttpFoundation\Response;

...


$reportEngine = $this->get('l3_jasper.report');
$report = $reportEngine->getReport('/reports/interactive/UIDparameter','html', array("UID" => array("7214","8548")));
return new Response($report);

The Versions

26/01 2018

dev-master

9999999-dev https://github.com/mhetru/JasperBundle

Use jasper reports

  Sources   Download

(c) Copyright Universite Lille3 - Charles de Gaulle LGPL-3.0-or-later

The Requires

 

by Mathieu Hétru
by Benoît Delmotte

26/01 2018

1.0.0

1.0.0.0 https://github.com/mhetru/JasperBundle

Use jasper reports

  Sources   Download

LGPL-3.0-or-later

The Requires

 

by Mathieu Hétru
by Benoît Delmotte