problem in creating AS action with RS -
08-16-2004
, 01:02 AM
hi,
I'm trying to create an action in AS with RS. i'm trying
to use an URL link... and my url path is ..
="http://localhost/ReportServer?%2fbiztune%
2fbiztune+drilthrough&pDate="+
[Date].currentmember.properties("Date") +" &pProduct="+
[Product].currentmember.properties("Product") +"&pParamIn%
3aisnull=True&pMember%3aisnull=True+&rs%
3aCommand=Render&rs%3aFormat=HTML4.0&rc%
3aReplacementRoot=http%3a%2f%2fsystem2%2fReports%2 fPages%
2fReport.aspx%3fServerUrl%3d&rc%3aToolbar=True&rc%
3aJavaScript=True&rc%3aLinkTarget=_top&rc%3aArea=P arams"
but its showing an error msg like cannot find cellset...
whts the problem with my code... ?
Thanks for any help in advance. |