I'm not new to C# and Visual Studio, but I'm new to SSRS.
I use Visual Studio 2017, and I have installed the SSRS Plugin. I have created a Report Server Project, added a SQL Database as a Data Source, created a Data Set and created a simple Report, which can be displayed in Preview Mode. I use SQL Server management Studio 2012.
I would like to use the Report to display it in a WPF Application and/or Print it from an application in batch mode etc. but I can't figure out how to, since I don't understand the actual implications of using SSRS. The msdn documentation raises more questions for me than it answers (as usual).
Edit: To be more precise: I want to know how to use the assembly of the Report server project in other Projects. Adding it as a reference is not an option in VS 2017.
Thanks for your help!