New to VB.Net

R

Rahul Chatterjee

Hello All

I am trying to create an app where in I will be able to hook onto a database
and select a table and be able to drop in fields from that table onto a
form/Report. i.e. this is going to be a custom reporting tool where the
users can create their own reports using the available fields and
parameters

Can anyone suggest any place I can go to see how something like this done. I
am very new to dot net and am using VB.

Any help would be greatly appreciated

Thanks
 
T

Tom Shelton

Hello All

I am trying to create an app where in I will be able to hook onto a database
and select a table and be able to drop in fields from that table onto a
form/Report. i.e. this is going to be a custom reporting tool where the
users can create their own reports using the available fields and
parameters

Can anyone suggest any place I can go to see how something like this done. I
am very new to dot net and am using VB.

Any help would be greatly appreciated

Thanks

I would look at a 3rd party tool for this. At my last job, we use
Active Reports, because it allowed us to embed/customize the report
desinger surface in our own applications. It will saved us a ton of
development time.
 
C

Chris

Yes, 3rd party tools are your friend.

I use DevExpress.com which contains a slightly less robust report toolset
than ActiveReports at less than 1/2 the price. I've used their DXperience
for a couple ofyears and it's definately paid for itself in time as well as
helped me deliver professional UIs. Try their free trial.

Good Luck!
 
G

Guest

I use DevExpress.com which contains a slightly less robust report
toolset than ActiveReports at less than 1/2 the price. I've used their
DXperience for a couple ofyears and it's definately paid for itself in
time as well as helped me deliver professional UIs. Try their free
trial.

We're looking for a new reporting tool as well - do these tools support
reporting off a dataset rather than a direct ADO.NET connection?
 
R

Rahul Chatterjee

Thank you all for your replies. We do use DevExpress in house and I will
check if we have the DXperience tool.

Thanks again
Chris said:
Yes, 3rd party tools are your friend.

I use DevExpress.com which contains a slightly less robust report toolset
than ActiveReports at less than 1/2 the price. I've used their DXperience
for a couple ofyears and it's definately paid for itself in time as well
as helped me deliver professional UIs. Try their free trial.

Good Luck!
 

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

Top