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
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 SSRS Drilldown chart in CRM -Loading Bar Issue

Author  Topic 

micnie_2020
Posting Yak Master

232 Posts

Posted - 2013-05-01 : 20:41:43
Hi All,

I try to hide the toolbar with parameter but I need the loading bar to shown on the report.

I had duplicate HtmlViewer.css and rename to hideToolBar.css

and change the section (hideToolBar.css):-
.ToolBarButtonsCell
{
display: none;
}


When I try to add the ssrs chart into CRM. Drilldown Chart with Action > Go To URL:-

=IIf(Fields!Ref.Value<>"others","javascript:void(window.open('http://xxxxx/main.aspx?etc=3&id={"& Fields!av_opportunityfrid.Value.ToString() &"}&pagetype=entityrecord','_blank'))","")

does not work when click on it.

But if the 1st chart before drilldown removed

http://xxxxxxx/ReportServer?%2fAP%2f07M+FR+Segmented+By+Probability+2+Close&rs:Command=Render&rc:Parameters=false&rc:stylesheet=hideToolBar


The drilldown work fine.

Please advise.

Thank you.

Regards,
Micheale
   

- Advertisement -