printing a dataset or xml file

  • Thread starter Thread starter Marco Martin
  • Start date Start date
M

Marco Martin

Hi all,

I'm opening an xml file in c# and storing it in a dataset for use inside a
datagrid (Windows application). After, I'm going to modify and print the
data. I tried a test print of the datagrid itself and it doesn't look very
pretty. I also tried opening the file into Excel and printing it from
there. That was better but the format is really nothing much to look at.
What would be the best angle to take considering that each row may have many
child rows and that formatting will be necessary? (My boss wants it to look
pretty)

regards,

Marco
 
Thanks, I thought of it as I hit the Send button, I'm looking into that
right now

regards

Marco
 

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