Groups | Blog | Home
all groups > sql server reporting services > april 2005 >

sql server reporting services : Passing unique identifiers to subreports


Caleb
4/4/2005 6:13:02 PM
Hello,

I can't seem to get SQL Report Services to pass unique identifiers to
subreports. Whenever I try this, the subreport fails.

Any ideas?

Thanks,

Robert Bruckner [MSFT]
4/5/2005 1:12:30 PM
I assume the "unique identifier" is a System.Guid object. In the subreport
parameters dialog make sure to convert the Guid to a string by using e.g.
..ToString().


-- Robert
This posting is provided "AS IS" with no warranties, and confers no rights.


[quoted text, click to view]

Caleb
4/5/2005 2:01:02 PM
Robert,

That took care of the problem. Using=Field!<name>.Value.ToString() solved
the problem.

Thanks for you assistance.


[quoted text, click to view]
AddThis Social Bookmark Button