We have a powerview report (.rdlx) created in sharepoint and is accessible from sharepoint. My objective is to create a .aspx page and call the powerview report in it. I can do it using iframe but thats not what I want. In iframe, the menu ribbon and the grey background of the sharepoint is also visible.
Is there any other way to call a powerview report using server name and report path as in report viewer control for ssrs reports ? I want to show just the report.
Thanks