L
Loogie
I want to create reports and I don't care if I use crystal reports or
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.
Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?
I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.
This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.
Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.
Please help.
Thanks
:L
vb.net reports. I am using vb.net 2005 and the app pulls data from
user created access db's and compact 2005 sdf's.
Here is where things get a bit tricky for me. I don't want to open any
datasets to create my reports. All of the data I need is staring at me
on the screen. Is there anyway to copy over the contents of textboxes
and listviews to the report easily?
I tried using the Print Form utility in the Vb.Net Power Pack but it
only does a screen capture and does not get the all of the information
I require.
This is my first .net project that I have required paper reports and I
am completely lost on how to approach this.. Every tutorial I have
found does not seem to apply as they all want to use a single static
database. I literally can be pulling data from hundreds of databases
in a variety of formats.
Dumping the contents of forms seems to be the easiest and logical
solution...I just can't get a handle on it.
Please help.
Thanks
:L