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

Designing .NET applications with reports


Microsoft provides a .NET framework that acts as the programming engine for C# and VB.NET languages. VB.NET and C# have the same set of controls for Windows and web development. In this chapter, we will focus only on the reporting controls. There exists a ReportViewer control as a part of built-in components for web and Windows development. Regardless of Windows or web applications, the .NET framework provides a ReportViewer control for viewing reports of SQL Server Reporting Services (SSRS). This component will connect to the report in the report server and get the report definition. Then, it will show the report data while the application is running. The .NET application can help in passing parameters from the code behind or from a user interface to the ReportViewer control and through it to the report server. There are many configurations and settings for each report in the report server that can be modified and changed through the .NET application...