Project Description
PVReportDeployer 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:
  1. download rdlx file
  2. unzip it
  3. modify the <DataSourceReference> field inside the report
  4. zip to rdlx file
  5. upload to new SharePoint site
PVReportDeployer provides a WPF based UI for you to accomplish the tedious steps above.