Client to use reporter gem.
You will need to use reporter server
gem install reporter_client
Add reporter_client
to your Gemfile:
client.add(name: "yep", jrxml: s3_url) #returns id of a report to use after on append or generate
client.append(id: 4, data: content)
client.generate(id: 4)