Wednesday, March 25, 2015

SSRS - To Drill Through A Report Using A Popup Window

Add the following code in the cell's expression:

="javascript:void(window.open('" + "http://SharePointServer/_vti_bin/reportserver?http%3A//SharePointServer/ReportFolder/ReportName.rdl" + "','Title','height=400,width=150,scrollbars=1'))"

No comments:

Post a Comment