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

sql server reporting services : Native compiler error


Jim
1/19/2005 3:15:04 PM
Hi,

I'm trying to build a report which has a table with alternating colors on
each row. Here is the expression I'm using in the row's BackgroundColor:
=iif(RowNumber(Nothing) Mod 2, "LightGrey", "White")

I've done this many times before. However, when I try to preview the
report, I get the following error:
An unexpected error occurred while compiling expressions. Native compiler
return value: '[BC30260] 'EH_RequestStatus' is already declared as 'Class
EH_RequestStatus' in this class.'.

I suspect this is an SRS bug, but don't know for sure. Any ideas? Note - I
do have a dataset called RequestStatus as part of the report, although it's
not tied to this table.

Thanks, Jim

Robert Bruckner [MSFT]
1/19/2005 9:37:01 PM
Try renaming the dataset to resolve the compiler error.
BTW: this won't happen on RS 2005.

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


[quoted text, click to view]

AddThis Social Bookmark Button