Answered by:
How to work with SSRS 2012 reporting service

Question
-
User264732274 posted
i have worked with SSRS RDLC file which distribute with my winform app setup but i need to work with SSRS rdl reporting file which will be saved in report server and user will view that report. i am new in SSRS report server. i am working with VS2013 and sql server 2012.
so give me instruction for
1) how to create report which will save in report server?
2) how end user will view that report. what kind of viewer i need to use ?
3) how to load report from report server and show in asp.net project
4) how to configure report as a result every day at specific time report output will be send as mail to few people as pdf file.........any way exist ?
5) how to create dash board with SSRS where all report thumb nail will be show and when user click on any then report data will be shown in viewer?
please guide me in details for my each points.
Wednesday, September 14, 2016 2:17 PM
Answers
-
User-2057865890 posted
Hi sudip_inn,
Building SSRS Reports (Part 1) – covers the basics of SSRS, demonstrates how to build quick, simple reports, and will familiarize you with the basic Report Designer environment
Customizing SSRS Reports (Part 2) – covers use of custom and aggregate functions, sub-reporting, the matrix control, drill-downs, and sorting.
SSRS Visual Controls (Part 3) will take an in-depth look at the SSRS visual controls, notably the chart control.
Deploying SSRS Reports (Part 4) walks you through deploying reports and the Report Builder tool
reference: Reporting Services Tutorials (SSRS)
Best Regards,
Chris
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, September 16, 2016 6:14 AM
All replies
-
User-2057865890 posted
Hi sudip_inn,
Building SSRS Reports (Part 1) – covers the basics of SSRS, demonstrates how to build quick, simple reports, and will familiarize you with the basic Report Designer environment
Customizing SSRS Reports (Part 2) – covers use of custom and aggregate functions, sub-reporting, the matrix control, drill-downs, and sorting.
SSRS Visual Controls (Part 3) will take an in-depth look at the SSRS visual controls, notably the chart control.
Deploying SSRS Reports (Part 4) walks you through deploying reports and the Report Builder tool
reference: Reporting Services Tutorials (SSRS)
Best Regards,
Chris
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Friday, September 16, 2016 6:14 AM -
User264732274 posted
@Chris give me another which will guide me how to call and display report in asp.net after deploy report to report server.
thanks
Friday, September 16, 2016 1:51 PM -
User-2057865890 posted
Hi sudip_inn,
#SSRS - Different ways of Deploying Reports
http://www.sqlcircuit.com/2012/11/ssrs-different-ways-of-deploying-reports.html
This article describes how to deploy the reports in different ways using SQL Server Reporting Services: Following are the different ways in which we can deploy the report:
- Report Deployment from BIDS/Report Builder/SQL Server Data Tools.
- Report Deployment from Report Manager.
- RS command prompt utility
- Backup and Restore of Report Server DB.
Best Regards,
Chris
Monday, September 19, 2016 2:19 AM -
User264732274 posted
@Chris i just asked when people use BIDS to create a SSRS report and publish or deploy to report server then how could i show that report in asp.net page just loading report from report server. i need a good article on this which show how asp.net showing or loading ssrs report from report server.
Monday, September 19, 2016 11:06 AM