SubReport in table?
Posted: Wed May 16, 2012 11:45 am
Hello,
another question: is it possible to display subreports in a table?
my xml looks something like this:
The table should look like this:
i.e. the content of all description elements should be in columns 2.
Thanks Clemens
another question: is it possible to display subreports in a table?
my xml looks something like this:
Code: Select all
foo
bar
fuddel
baz
Code: Select all
---------------
|item1|foo |
| |bar |
---------------
|item2|fuddel |
| |baz |
---------------
Thanks Clemens