March 6, 2012 at 9:03 am
Our Company has all their metrics in .NET but I need to create some reports for a new project.. has anyone tried to create a webpage that holds several SSRS reports? I think it would be better to do this than write .NET code to create the reports and graphs.
IMHO
March 7, 2012 at 12:11 am
You can embed your reports in .NET using the ReportViewer control.
ReportViewer Controls (Visual Studio)
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 9, 2012 at 9:01 am
You can use SSRS Report Viewer in Dot net.
Using SSRS report viewer you call call report server reports or design local reports.
Further you can use dot code to hide/view parameters,pass parameters from applications.
http://www.devx.com/dotnet/Article/30424/1954
http://www.devx.com/dotnet/Article/30424/1954#codeitemarea
(Building Report-enabled Applications with the New ReportViewer Controls)
March 9, 2012 at 11:31 am
Thanks for your help... still waiting for the meeting with management about this project, I will plan to try and use SSRS through our .NET dashboard.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply