Crystal report clicking event - vb.net

I want to get a value from crystal report on double click on any column value in crystal.and then open a sub report based on this clicked value.. I am using Visual Studio2005 crystal report.. Is this possible with this version.
Please help if having any idea about this. I have tried a lot of things. But not getting any fruitful solution.
Thanks

It is possible. You shall have to set the sub-report as an on-demand report.

Related

Crystal report copy to output directory set to copy always

i am using crystal report in vb.net however every time i've create a new crystal report in my project solution the property of my crystal report is always set to 'Do not Copy'. My question is, is there any way that if i create a new crystal report the properties of it will always set to copy always so that it will lesser my time work.
if there is any step or strategy on how to do it please share it.
thanks in advance :)
i think that is the default value of crystal report every time you create it. i don't know if there is a solution but in my case i always click the properties of my crystal report file and change it to copy always.
i can suggest to your question is just patience.

Display subreports in Pentaho report designer

I am having an issue getting my sub-report to show up in Pentaho Report Designer.
I have actually followed all steps described in a tutorial, but I still can't see my chart in the preview.
I don't know if I need to activate an option or not.
Check that you have you imported your fields (and perhaps parameters) from the main report into the subs. Often this would be the case a sub-report fails to show.

VB.Net: Crystal Report shows different results when run

I created crystal report in VB.Net... When I clicked report preview, it shows correct result...
When I run the program, at first click of print, it will shows different result, I have to click other reports then go back to the one i want to print to see the correct output...
In the crystal report i have 3 groups and a subreport in the last group...
What do you think is the problem? Please help! God bless :D
is "Save Data With Report" in report designer checked?
[the flag is visible when you see report preview in designer]
This flag causes unexpected behaviours (and many headaches to me).

vb.net Report Viewer

I've got a report in vb.net 2010... It works fine, I've now added in some columns into the database and refersehed the datasources which the columns appear.
But when I go to build the code it reports that the fields don't exist within dataset1 which is really starting to annoy me now. I can't find where the dataset1 is to refresh the data.
Can somebody please advise?
http://msdn.microsoft.com/en-us/library/ms252085.aspx

Adding custom code to a report

I want to custom code to a report.
For example, I have a text box, txtABC on the report.
I want to assign it a value from variable, when report runs.
How to do it.
Thanks
Furqan
The link to the MS article on how to do this is here.