Course description
In this course you’ll learn how to use the Report Server Web Service, and see some examples of how useful it is. You’ll learn about the two endpoints that Reporting Services exposes, the management and execution endpoints, and the differences between them. You’ll also see how to build an application using the Web services to display a list of reports and render format options, both retrieved dynamically from the report server, as well as how to execute the selected report using both a custom URL and the execution Web service. As a bonus, you’ll learn how to dynamically determine whether the selected report has required parameters and one way to supply parameters to the report.
Each LearnNowOnline training course is made up of Modules (typically an hour in length). Within each module there are Topics (typically 15-30 minutes each) and Subtopics (typically 2-5 minutes each). There is a Post Exam for each Module that must be passed with a score of 70% or higher to successfully and fully complete the course.
Prerequisites
This course assumes that you have a basic familiarity with the concept of relational databases and a basic understanding of what SQL Server is and the high-level tools in it, as well as how to create and manage objects using Management Studio. You should also have a basic understanding of how SQL Server implements security, including its authentication and authorization schemes, and how to assign permissions on securable objects to principals. You should know the fundamentals of Transact-SQL to write queries to retrieve data and join data from multiple tables, and how to execute scripts using the query editor in Management Studio. It will be very helpful, but not absolutely necessary, to have experience with .NET development using Visual Studio 2012 or 2013 for the portions of the course that deal with SQL Server Data Tools. At the very least, we’ll assume that you are well familiar with the Visual Studio user interface.
Meet the expert
Don Kiely is a featured instructor on many of our SQL Server and Visual Studio courses. He is a nationally recognized author, instructor, and consultant specializing in Microsoft technologies. Don has many years of teaching experience, is the author or co-author of several programming books, and has spoken at many industry conferences and user groups. In addition, Don is a consultant for a variety of companies that develop distributed applications for public and private organizations.
Video Runtime
164 Minutes
Time to complete
614 Minutes
Course Outline
Accessing RS Programmatically (10:37)
Building an App Using API (28:39)
Management Classes and Methods (15:32)
Create Infrastructure (17:15)
Programming the Web Service (30:10)
Execution Web Service (31:25)
Handle Required Parameters (16:35)
Using a Custom URL (14:20)