Home
Analytics
report item is not supported in this report format
mby
hi,
when i generate a reprt via the API engine (BIRT Run time 2.5.0) i can't see the graphs and pictures in PDF and PPT and got the following message:
"Current report item is not supported in this report format"
do any body know it?what is the reason?
(i got this error only with the new 2.5.0 realse, before i didn't get such as error - every thing was OK...)
Find more posts tagged with
Comments
mby
hi all,
I found what is the problem, when use the renderOption class must set:
renderOption.setSupportedImageFormats("PNG;GIF;JPG;BMP");
(before 2.5.0 release it's wasn't must)
thanks,
mby.