Community
Participate
Working Groups
Build Identifier: M20090917-0800 Reports usualy contain default "style" tags in their xml code. One of them is about the report, its code in the default templates usually is : <style name="report" id="4"> <property name="fontFamily">sans-serif</property> <property name="fontSize">10pt</property> </style> If you remove this tag, then you won't be able to create charts : the preview will be displayed as blank, and even if you set it anyway, the final result will be blank. Reproducible: Always Steps to Reproduce: 1. Create a blank report 2. Try to create a chart, you should see the preview as soon as you select a chart type (you don't need to create it). 3. Go in the report xml code and remove the tag "<style name="report" ...>...</style>" 4. Try to create a chart again, the preview should remain blank, whatever you do.
Problem specific to internal workspace, I was unable to reproduce the bug in a neutral environment (a test project).