lothos12345 Posted January 24, 2006 Posted January 24, 2006 How do I change the database source in a crystal report from the visual basic.net application that is calling the crystal report? Any help offered is greatly appreciated. Quote
pendragon Posted January 25, 2006 Posted January 25, 2006 The following is in c# but believe it is similar in vb, I use the crystal report viewer and the code goes in the load event for it. [csharp] crReportDocument.Database.Tables[0].SetDataSource(YourTable); [/csharp] Hope This Helps Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.