Accessing existing reports in Visual Studio to create new custom reports?

Hello! I have access to SSMS and to Visual Studio and I have a basic understanding of how to create reports. What I want to do is add an additional parameter to a standard report -- I don't want to mess with the standard report, so I'd like to create a copy, edit it and save it as a custom report. What I can't figure out is how to get at the existing standard report in Visual Studio to make a copy -- do we have access to the standard reports? I see a folder for them, but it is empty. 

Thanks!
Anne

Parents Reply
  • This error means that the sub-report couldn't be found.

    You can go two ways to fix this: download a copy of the canned ReportParameters.rdl and add it to your custom project and deploy it, and then make sure your sub-report is pointing to that report.

    Or you can go into the sub-report and point directly to the canned ReportParameters rdl in the canned folder. If you're on v16 there are a few different canned parameters reports to choose from, and if you're on v15 you may want to revisit those options as you upgrade to v16. At any rate, to include the canned RDL, change the sub-report to:

    ../Tessitura/Reports/Common/ReportParameters

    Good luck!

Children