Printing the contents of a grid
I need to print the contents of a grid with variable number of columns and
rows. I tried doing this using code but ran into all sorts of problems when
there are too many columns to fit on one page. Is this the wrong way to do
it? Is there a better way? I could do this without using ReportBuilder but I
would dearly like to do it this way. Thanks for any help.
Regards
Mike
rows. I tried doing this using code but ran into all sorts of problems when
there are too many columns to fit on one page. Is this the wrong way to do
it? Is there a better way? I could do this without using ReportBuilder but I
would dearly like to do it this way. Thanks for any help.
Regards
Mike
This discussion has been closed.
Comments
Check out the following example for a way to solve the problem of too many
columns to fit on one sheet of paper. Essentially this example places each
set of columns in a subreport and then collates the pages manually.
http://www.digital-metaphors.com/tips/SpreadSheetStyleReport.zip
--
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Regards
Mike