Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
1sabine8
Posting Yak Master
130 Posts |
Posted - 2010-05-18 : 04:25:55
|
Hi,I have a table column displaying a sub-report. This sub-report is only an image that is shown or hidden based on a value (but this value is not available in the main report, that's why i built a sub-report). Now in my main report, i need to add interactive sorting to the column showing the sub-report (image).How can i do that?Thanks in advance |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2010-05-18 : 14:11:46
|
you mean sort based on image value?------------------------------------------------------------------------------------------------------SQL Server MVPhttp://visakhm.blogspot.com/ |
 |
|
1sabine8
Posting Yak Master
130 Posts |
Posted - 2010-05-19 : 06:36:02
|
Actually in the sub report, the image value is related to a numeric value returned by the dataset. Is there any way i can access the subreport dataset value from the main report so i do the sorting based on it? |
 |
|
|
|
|