What I thought was a very basic SSRS scenario. In my SSRS 2008 report I have two datasets; DSMDD and DSITDD Both have the same columns, only the difference is the SQL statement, which fills them both (but I do not think that it is actually related to the problem).
I have a report, and I wanted to show a certain column SU for the report. I tried to express my expression in the following way:
= yoga (field! Value value, "dsmtd"). ToString () This works fine in SSRS 2005, but SSRS 2008 returns an error of "anonymous collection member" in the context of the expression.
Am I not doing anything right? I recently installed Q6 for SQL Server 2008 on my machine, and wondered what has changed anything?
Just ignore it. The error is just making a mistake. I think I was walking first and my There was not really a line in the dataset, which explains why a value is not coming back. I had already thought that it was associated with an "unknown collection member" error, but when there is data on a different dataset I get this error, but also get the right value.
Try and ask for help on those things which are actually wrong next time!
Comments
Post a Comment