SQL Server 2005 Reporting Essentials
Authors: Hamilton B.
Published year: 2007
Pages: 2-5/31
Buy this book on amazon.com >>


book cover
SQL Server 2005 Reporting Essentials
By Bill Hamilton
...............................................
Publisher: O'Reilly
Pub Date: November 01, 2006
Print ISBN-10: 0-596-52941-4
Print ISBN-13: 978-0-59-652941-3
Pages: 80
 

Table of Contents
overview

SQL Server 2005 Reporting Services allows you to design, create, view, and manage reports. Reports can be distributed and managed over the Web. End users can create, publish, and share ad hoc reports -all using web-based tools.

This book shows you how to use Report Builder, a tool that lets information workers build ad hoc reports, and how to use Report Designer, a report development tool hosted in Visual Studio that lets you interactively create reports. This book shows you how to publish, manage, and run those reports.

This book concludes by showing the three mechanisms used by developers to integrate reports into applications: form controls, parameterized URLs, and web services.



book cover
SQL Server 2005 Reporting Essentials
By Bill Hamilton
...............................................
Publisher: O'Reilly
Pub Date: November 01, 2006
Print ISBN-10: 0-596-52941-4
Print ISBN-13: 978-0-59-652941-3
Pages: 80
 

Table of Contents

    Copyright
    Preface
    Chapter 1.  Getting Started
    Chapter 2.  Set Up and Configuration
    Chapter 3.  Key Concepts
    Chapter 4.  Report Manager
    Chapter 5.  Report Designer
      Section 5.1.  Create a Report Server Project
      Section 5.2.  Create a Report
      Section 5.3.  Publish a Report
    Chapter 6.  Report Model Designer
      Section 6.1.  Create a Data Source
      Section 6.2.  Create a Data Source View
      Section 6.3.  Create a Report Model
      Section 6.4.  Publish a Report Model
    Chapter 7.  Report Builder
      Section 7.1.  Create a Data Source
      Section 7.2.  Create a Report Model
      Section 7.3.  Create a Report Layout
      Section 7.4.  Publish (Save) a Report
      Section 7.5.  Run a Report
      Section 7.6.  Open a Saved Report
      Section 7.7.  Report Snapshots and History
      Section 7.8.  Subscriptions
    Chapter 8.  Integrating Reports into Applications
      Section 8.1.  URL-based
      Section 8.2.  Report Viewer Control
      Section 8.3.  Web Services


Copyright

Copyright 2006, O'Reilly Media, Inc.. All rights reserved.



SQL Server 2005 Reporting Services lets you create, manage, and deliver a variety of report types that contain data from relational and multidimensional data sources as well as any data source that has a .NET Framework managed data provider, an OLE DB data provider, or an ODBC provider.

You can create tabular, matrix, chart, and free-form report layouts. Graphical elements can be incorporated into the reports and the reports can be nested to provide drill down functionality. Document maps and bookmarks can be added to facilitate navigation in large or complex reports .

Reporting Services export formats include HTML, MHTML, PDF, Excel, XML, CSV, and image (TIFF).

You can deliver reports using a URL, using the report viewer control in either a Windows or Web application, or through a Web service. Report delivery options include: on-demand, through SharePoint sites including SharePoint Web parts , automated reports, subscription reports, and automated reports based on data.

Reporting Services has two report authoring tools:

  • Report Designer is a report-authoring application hosted in Visual Studio that lets developers define, preview, and publish reports interactively.

  • Report Builder is a report-authoring application, built on familiar Microsoft Office paradigms , that lets users create ad hoc reports based on published report models. Report models make it easy for end users to navigate and use data stored in a database or other data source, eliminating the need for understanding of concepts such as tables, views, fields, and relationships.

Reporting Services is an open and extensible reporting platform. The API lets you deploy, install, and manage Reporting Services components to support custom data, delivery, rendering, and management requirements. Reporting Services includes configuration, monitoring, and management tools.

This book introduces the most important aspects of Reporting Services. You will learn how to design, define, deploy, deliver, and manage reports.


SQL Server 2005 Reporting Essentials
Authors: Hamilton B.
Published year: 2007
Pages: 2-5/31
Buy this book on amazon.com >>