Printing a datagrid??

  • Thread starter Thread starter Tina
  • Start date Start date
T

Tina

Is there any utility or tool or function to print the contents of a web
datagrid in report form? If not, does the new 2.0 framework/vs.net have
such a capability?

Thanks,
T
 
Tina,
I have a component that produces a PDF containing a Crystal Report of any
datagrid. All you have to do is pass the grid to my component. You can
check it out on my website and contact me if you are interested. right now
it's new and I'll let developers use it for free in its current form. It
works fine.
 
You may want to look into the @media css selector. You can apply
different CSS for the printed contents vs. the screen contents of a web
page (e.g., you can have certain links and stuff not display on the
printed version, et cetera)

-Alan
 

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

Back
Top