Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Excel Like Report

edited November 2005 in General
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

Comments

  • edited November 2005
    Hi,

    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

  • edited November 2005
    Thanks for the reply... I will check it out


  • edited November 2005
    Alternatively you could create the whole grid in the PageStyle band and then
    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!




This discussion has been closed.