V
vbDavidC
I am fairly new to vb.net and even with VB6 I did not do a lot of
printing.
I have some tabular data that I have in a datagridview that I assumed
I could easily print the grid. However, in checking newsgroups and
the web it does not seem to be something that is very straightforward.
My original document that I am trying to duplicate (with VB.net) was
an excel spreadsheet that the owner of the spreadsheet built. It has
no formulas, the only reason he used Excel was for the row and column
(with grid lines) functionality.
I assumed once I populated my datagridview that it would be easy to
print this out. I also assumed that using this control would give me
some basic functionality in regards to printing tabular data.
I am not tied to using this datagridview, I can use anything that
works. But I like the grid lines that that control gives me. For
this app, the data is not bound.
printing.
I have some tabular data that I have in a datagridview that I assumed
I could easily print the grid. However, in checking newsgroups and
the web it does not seem to be something that is very straightforward.
My original document that I am trying to duplicate (with VB.net) was
an excel spreadsheet that the owner of the spreadsheet built. It has
no formulas, the only reason he used Excel was for the row and column
(with grid lines) functionality.
I assumed once I populated my datagridview that it would be easy to
print this out. I also assumed that using this control would give me
some basic functionality in regards to printing tabular data.
I am not tied to using this datagridview, I can use anything that
works. But I like the grid lines that that control gives me. For
this app, the data is not bound.