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.

 All Forums
 Development Tools
 Reporting Services Development
 Subreport and Parameters

Author  Topic 

duhaas
Constraint Violating Yak Guru

310 Posts

Posted - 2006-09-14 : 13:47:08
I inserted a subreport that uses the same parameters as the main report, and i get the following:

A parameter in the subreport ‘Top10IndustriesDetail’ has the name ‘@state’. Parameter names must be CLS-compliant identifiers.
A parameter in the subreport ‘Top10IndustriesDetail’ has the name ‘@date’. Parameter names must be CLS-compliant identifiers.
   

- Advertisement -