I'm using crystal reports 8.5 that comes with vb .net. I would like to create a button that will allow me to run several crystal reports at the same time. If anybody understands how to do this, your help will be highly appreciated.
Printable View
I'm using crystal reports 8.5 that comes with vb .net. I would like to create a button that will allow me to run several crystal reports at the same time. If anybody understands how to do this, your help will be highly appreciated.
What do you mean by run them? Just use standard threading, check out the help for Threading.Start or BeginInvoke on a delegate.
For the life of me, I can not find the Crystal Install on the VB.NET Discs... Some have said it is VS only - but most people here ref to VB only with Crystal.
I think the included Crystal only comes with Visual Studio, not the stand alone language versions.
- Active Reports for .NET (www.datadynamics.com)
- Component One (http://www.componentone.com/product...mp;ProductID=20)
Here are two reporting tools mentioned to me in another post. Hope it helps anyone who might require reporting in VB.NET