winforms - I have Windows Form App which utilizes SQL Server Database and SSRS report. which files are necessary for stand alone run? -


is there way in visual studio check dependencies such database or report? on local computer now, want send them peer have tested. have dbo file looks database. have rdl file looks actual report.

ssrs runs on host of sql server instance. report delivered either in browser or in control can embed in windows form or wpf form.

on standalone, development machine, have install sql server (developer version cheap , powerful) , install ssrs along instance.


Comments