Project DescriptionPVReportDeployer provides a WPF based UI for you to change hard coded data source in PowerView report, makes the report moving from site to site much easier.
In a PowerView report (.rdlx file), the data source field is hard coded inside <DataSourceReference> tag in report.rdl, so when you are moving reports to from one SharePoint site to another, you need to:
- download rdlx file
- unzip it
- modify the <DataSourceReference> field inside the report
- zip to rdlx file
- upload to new SharePoint site
PVReportDeployer provides a WPF based UI for you to accomplish the tedious steps above.