datagrid - printing

  • Thread starter Thread starter DarekB.
  • Start date Start date
D

DarekB.

hello,
how can i print large datagrid on multipages? U know , my datagrind is
too large on A4.
Is any builded-in mechanism in c#/dotnet to paging???
please at prv (e-mail address removed), solution i'll write on group :)

tnx

debe
 
Hi,


It depends if it's a win app or a web app, in a win app you have control
over the printing, you can print each row and calculate when a new page is
needed and include the header/footer as needed. or you could use crystal
report if you need something more fancier. In a web environment you cannot
do nothing much.


Cheers,
 
Back
Top