vote up 0 vote down star

Hi, I am using crystal reports 2008. We want to convert actuate reports into crystal reports. In actaute reports we are passing datasource, username and password as parameters and in each section we are using these parameters and will create connection. So that we can connect dev, test and prod database whenever we want. Like that is that possible to pass datasource as parameter in crystal reports? Please advice.

flag

13% accept rate

1 Answer

vote up 1 vote down check

I do not believe there is a way to pass the datasource as a parameter like you generally would pass a parameter for a report.

The link below is a C# example of how to change the data source at runtime which may be able to help you work around your issue. Hope it helps.

http://stackoverflow.com/questions/1439475/crystal-reports-and-data-binding-at-run-time

link|flag
thanks this is what i really needed – Shalma Sep 24 at 12:26
Will you upvote and mark my answer as the answer? :) – Dusty Sep 24 at 16:52

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.