Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By : Abolfazl Radgoudarzi, Reza Rad
Book Image

Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide

By: Abolfazl Radgoudarzi, Reza Rad

Overview of this book

Table of Contents (19 chapters)
Microsoft SQL Server 2014 Business Intelligence Development Beginner's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 9. Reporting Services

Reporting is one of the fundamental components of any Business Intelligence system. Reports help business users see visualized data in a detailed view such as in the form of a grid or in a high-level view such as in the form of a dashboard or chart in the report. Microsoft SQL Server provides a robust Reporting Service component named SQL Server Reporting Services (SSRS) for developing and publishing reports. SSRS has the ability to connect a wide range of data sources such as Oracle, MySQL, DB2, SQL Server Database Engine, and SQL Server Analysis Services. SSRS also provides much functionality and layout configuration in report designing. SSDT will be used as the most common development studio to produce SSRS reports in this chapter.

In this chapter, we will go through some of the main features and functionalities of SSRS. SSRS reports are not only used for BI reporting, but also widely used for application development on the web and Windows-customized applications...