Excel Like Report
Hi,
I want to create a report that prints a grid in a page. I can draw the grid
manually at design-time by adding shapes in a detail band, but if the
dataset has only 5 records... How do I manually draw it by code to fullfill
the rest of the page, so i can complete the grid in the whole page?
Hope I was clear.
Thanks in advance
Murilo
I want to create a report that prints a grid in a page. I can draw the grid
manually at design-time by adding shapes in a detail band, but if the
dataset has only 5 records... How do I manually draw it by code to fullfill
the rest of the page, so i can complete the grid in the whole page?
Hope I was clear.
Thanks in advance
Murilo
This discussion has been closed.
Comments
You may try GridPack for ReportBuilder at
http://www.planitechnologies.com. It make a lot eariler to design the
reports like yours. and It does support all the empty grid lines to fullfill
the rest of the page as long as you define the total grid lines you want per
page.
William
get the detail band to print just the data in the cells on the grid.
However, it might be a little time-consuming to get the detail band and the
page style to align correctly!