Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Store parametrized report instance as xml or byte code
myklynysh
Hi All,
I have a problem with serialization of report instances with Java. I read the report.rptdesign as IReportRunnable and set the input parameters with IRunAndRenderTask
IReportRunnable design = engine.openReportDesign(title, inputstream);
IRunAndRenderTask task = engine.createRunAndRenderTask(design);
Now I want to persist the task as generic instance of report, that I render in different formats as HTML and PDF etc. later.
But task is not serializable. I cannot transform task into byte array ans store it as file or database.
Is there the way available to transform IRunAndRenderTask into XML with correct setted parameters?
thanks in advance.
Find more posts tagged with
Comments
There are no comments yet