5

I am using Report Builder 3.0 to create, deploy and manage reports for my .NET application. I create a new datasource with network credentials which are stored in the report server and point to that shared datasource when I build the reports.

My question is:

Why can't I remove old datasource connections from Report Builder 3.0 Data Source Properties wizard dialog? I've already deleted those unused datasource from report server. But report builder is still showing them as available datasource. Are there any solutions for this?

Thanks in advance.

AMissico
  • 21,470
  • 7
  • 78
  • 106
Lynette Lynn
  • 53
  • 1
  • 4

2 Answers2

2

Edit %localappdata%\Microsoft\Report Builder\11.0.0.0\user.config and delete the obsolete values.

AMissico
  • 21,470
  • 7
  • 78
  • 106
  • This solution works, you can remove individual data sources, datasets, and reports. It should be the answer. – CigarDoug Apr 25 '18 at 15:41
1

Someone proposed a solution for this problem on Microsoft Connect since 2011.

Alternatively, you can clear all recent items from Report Builder Options Dialog (File->Options). But please take note that it will also clear your connections from Recent Sites and Servers.

Hope this will help you.

Aung Kaung Hein
  • 1,516
  • 5
  • 24
  • 40