Gridview printing

G

Guest

I have a problem trying to print a gridview in framework 2.0. I have had
quite a lot of experience writing HTML reports and printing (with page
breaks) but I am stumped how to do this with a gridview. Since the report
will almost certainly span more than 1 page, I have tried using a counter as
the datarow is created and inserting a break (H1) in the relevent places, but
I still get a full gridview with all the breaks at the top of the file. I
have also tried to use the rowcreated event to 'Page' through, inserting
breaks like this:

itemcount += itemcount
If itemcount Mod 10 = 0 Then
GridView1.PageIndex = GridView1.PageIndex + 1

End If

this does not seem to work. So any ideas would be great, otherwise I suppose
I will have to reconsider using Crystal!

Thanks in advance
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top