top of page
  • Twitter Social Icon
  • LinkedIn Social Icon
  • Facebook Social Icon
Search

SSRS in Visual Studio 2019 and GIT

  • Writer: Don Richardson
    Don Richardson
  • Jun 28, 2019
  • 1 min read

Updated: Aug 5, 2019

One of the problems with BIDS is that it wont allow you to have folders and subfolders. You can have a project for each folder which will the do the trick for single level hierarchies.


You can create a simple folder structure and load that into GIT, however then you cant use the Visual Studio editor..


So what I've done is create a solution that has 2 project in it.

One is an empty C# project that contains the folder structure for SSRS and the other an Actual SSRS project.

Both are connected into GIT.

The only downside here is in order to use the BIDS editor you need to import the report.



 
 
 

Recent Posts

See All
One object Multiple implementations

So, I need to be able to execute a specific interface implementation based on the interface being used on the newly instantiated object....

 
 
 
System.Net.Http v4.2.0.0 not loading

So.. it turns out that the incorrect dll is loaded via nuget. As a work-around, redirect your manifest to look for 4.0.0.0 and it works....

 
 
 

Comments


  • Grey Twitter Icon
  • Grey LinkedIn Icon
  • Grey Facebook Icon

© 2023 by Talking Business.  Proudly created with Wix.com

Thanks for submitting!

SIGN UP AND STAY UPDATED!
bottom of page