Download presentation
Presentation is loading. Please wait.
Published byTrevor Gregory Modified over 9 years ago
1
TNT1-105
2
Welcome to this evening’s TechNet Event We would like to bring your attention to the key elements of the TechNet programme; the central information and community resource for IT professionals in the UK: FREE bi-weekly technical newsletter FREE regular technical events hosted across the UK FREE weekly UK & US led technical webcasts FREE comprehensive technical web site Monthly CD / DVD subscription with the latest technical tools & resources FREE quarterly technical magazine To subscribe to the newsletter or just to find out more, please visit www.microsoft.com/uk/technetwww.microsoft.com/uk/technet or speak to a Microsoft representative during www.microsoft.com/uk/technet the break
3
Microsoft SQL Server 2000 Reporting Services Melville Thomson Parity Training
4
What we will cover: Architecture Creating reports Importing reports Publishing reports Viewing reports Subscriptions
5
Prerequisite Knowledge Experience administering SQL Server Experience administering IIS Experience generating database reports Familiarity with Visual Studio.NET Level 300
6
Agenda Architecture and Deployment Creating Reports Managing Reports
7
What is SQL Server Reporting Services? Reporting platform for both traditional and interactive reports Scalable, manageable and embeddable server infrastructure Integrated with SharePoint, Office applications, browser and other familiar tools Single platform and tools for all types of structured data (relational, hierarchical, multidimensional)
8
SQL Server BI Platform Analysis Services OLAP & Data Mining Data Transformation ServicesETL SQL Server Relational Engine Reporting Services Management Tools Development Tools
9
Microsoft BI Product Suite Analysis Services OLAP & Data Mining Data Transformation Services SQL Server Relational Engine Reporting Services Management Tools Dev Tools Visual Studio.Net ExcelOWC Map Point Data Analyzer OLAP addin BSCA SharePoint Portal Server Windows Server MBS BI Applications
10
Reporting Services BI User Profiles Information Consumers Information Explorers 5-10% of users 15-25% of users 65-80% of users SQL Server ReportingServices Analysis Services Analysts
11
AuthoringManagementDelivery Reporting Services is an open and extensible platform supporting the authoring, management and delivery of rich, interactive reports to the entire enterprise. Reporting Lifecycle
12
Report Authoring Reports are defined in Report Definition Language (RDL), a documented XML schema Use Microsoft or 3rd party tools that support RDL Create single reports from multiple data sources (SQL, OLE DB, ODBC, Oracle, and.NET data providers) More info on the RDL spec: www.microsoft.com/sql/reporting
13
Report Management Report definitions, folders, and resources are published and managed in a reporting web service Managed reports can be executed either on-demand or via schedule and are cached for consistency and performance Scalable & Extensible server architecture
14
Report Delivery Traditional (paper) and interactive (web) reports On-demand (“pull”) or event-based (“push”) delivery Choose from multiple formats (HTML, Excel, PDF, XML) Deliver reports to almost any device (e-mail, file share, etc.)
15
Architecture and Deployment Reporting Services BrowserCustom AppManagement SQL Server Catalog Report Server DeliverySecurity Report Processing URLWMIWeb Service Data Retrieval Rendering Data Sources (SQL, OLE DB, ODBC, Oracle, Custom) Delivery Targets (E-mail, File share, Custom) Output Formats (HTML, Excel, PDF, Custom)
16
Data Source Scheduling and Delivery Processing Delivery Extensions Request Handler Report Processor Rendering Extensions Data Processing Extensions Report Server Architecture and Deployment Architecture and Components Report Manager Report Designer Connection Management Tool Third-Party Tools Browser Report Server DB
17
Architecture and Deployment Report Processing Snapshot or Report History Report Definition On-demand Access Scheduled or Push Access Data Layout Intermediate Format Rendered page in HTML, PDF or other format
18
Architecture and Deployment Reporting Services Client Components Report Designer Integrated with Visual Studio.NET 2003 Web Browser View and Manage Reports Third Party Tools Management Authoring Supported through URL, WMI or Web Services API
19
Architecture and Deployment Small Deployment Report Manager Report Server Report Server Database Report Designer Server Client
20
Architecture and Deployment Medium Deployment Report Manager Report Server Report Server Database Report Designer Server A Client Server B
21
Architecture and Deployment Large Deployment Clients Report Server Report Server Web Farm Data Sources Report Server Database SQL Server Cluster
22
Agenda Architecture and Deployment Creating Reports Managing Reports
23
Creating Reports Visual Studio.NET Integration
24
Creating Reports Report Definition Language (RDL) Report Definition Language – XML schema contains Data source information Layout Report Properties Definitions stored in Report Server Database Can create tools that use RDL
25
Creating Reports Report Creation Process Connect to the data source SQL Server, Analysis Services, Oracle, ODBC and OLE DB Specify the query Arrange the report items on the page Page header, page footer and body Preview the results Publish the report
26
Report Items Textbox Image Line Rectangle Subreport Data Regions (List, Table, Matrix, Chart) Custom Report Items coming in SQL Server 2005! $100,000
27
Item Styles All Report Items Background Color Background Image Border Color Border Style Border Width Padding Charts Background Gradient Textboxes Color Font Family Font Size Font Style Font Weight Format Line Height Text Align Text Decoration Vertical Align
28
Lists Repeating regions with freeform layout Similar to “bands” in other report writers But multiple lists can sit side-by-side! Lists inside lists to get multiple levels of grouping Use for complex repeating areas Brian Jason Steve $10,000 $20,000 $30,000
29
Tables Like lists with columns Fixed columns, repeating rows Table cells can span columns Table cells can contain any report item Easier to align items Use for most reports $80,000 Grand Total $50,000EastTotal $30,000NorthTotal SalesRegionPerson $50,000EastSteve $20,000NorthDan $10,000NorthBrian
30
Matrices Repeats in row and column directions Also known as pivot table or cross tab Arbitrary formatting in headers Different formatting for subtotals Matrix cells can contain any report item Use when column headings are records in your data $720$760$600 Total $300$400$300 Steve $300$250$200 Jason $120$110$100 Brian 200220012000 Sales
31
Charts Data from fields in the data set or from expressions Full set of chart properties and types Style enhancements in SP1 Same data functionality as Matrix
32
Creating Reports Previewing and Publishing Reports Debug – Preview View reports in local preview window Production – Publish Publish reports to a production report server
33
Creating Reports demonstration demonstration
34
Welcome Back to this evening’s TechNet Event We would like to bring your attention to the key elements of the TechNet programme; the central information and community resource for IT professionals in the UK: FREE bi-weekly technical newsletter FREE regular technical events hosted across the UK FREE weekly UK & US led technical webcasts FREE comprehensive technical web site Monthly CD / DVD subscription with the latest technical tools & resources FREE quarterly technical magazine To subscribe to the newsletter or just to find out more, please visit www.microsoft.com/uk/technetwww.microsoft.com/uk/technet or speak to a Microsoft representative during www.microsoft.com/uk/technet the break
35
Agenda Architecture and Deployment Creating Reports Managing Reports
36
Managing Reports Report Manager View, Search and Subscribe to Reports Create and manage: Folders Linked reports Report history Schedules Data source connections Subscriptions Set properties and report parameters Manage role definitions and assignments
37
Managing Reports Report Manager
38
Managing Reports Viewing Reports Reports can be rendered in: HTML HTML with Office Web Components XML CSV Excel Image – such as TIFF Acrobat PDF file
39
Managing Reports Viewing Reports Reports can be rendered in: HTML HTML with Office Web Components XML CSV Excel Image – such as TIFF Acrobat PDF file
40
Managing Reports Report Subscriptions
41
Managing Reports Report Execution Processing On Demand On Demand From Cache Removed from cache at defined intervals From Snapshots Query is separate from render
42
Managing Reports Securing the Report Server and Reports Reporting Server Security Uses IIS security Windows security User Permissions Windows security Role-based authorization
43
URL Parameter Directives Syntax http://server/virtualroot? /reportpath &prefix:param Report Server Parameters (rs:) http://localhost/reportserver?/SampleReports&rs:Command=ListChildren http://localhost/reportserver?/SampleReports&rs:Command=ListChildren http://localhost/reportserver?/SampleReports/Employee+Sales+Summar y&rs:Command=Render&EmpID=26 http://localhost/reportserver?/SampleReports/Employee+Sales+Summar y&rs:Command=Render&EmpID=26 http://localhost/reportserver?/SampleReports/Product+Line+Sales&rs:For mat=Excel&rs:Command=Render http://localhost/reportserver?/SampleReports/Product+Line+Sales&rs:For mat=Excel&rs:Command=Render Rendering Device Info (rc:) Name/Values pairs specifying information about the format being rendered to (i.e., FindString, Section, Zoom, etc.) Example find 7 th page: http://localhost/ReportServer?/SampleReports/Product+Catalog&rc:Section= 7&rc:HTMLFragment=true http://localhost/ReportServer?/SampleReports/Product+Catalog&rc:Section= 7&rc:HTMLFragment=true
44
Managing Reports demonstration demonstration
45
Reporting Services Summary Supports the full reporting life cycle Highly scalable You do not need to know RDL to create a report definition Supports several data sources Reports can be rendered in a variety of formats Reports can be executed on demand or cached for quicker access
46
For More Information… Microsoft SQL 2000 Reporting Services www.microsoft.com/sql/reporting Reporting Services Tech Overview www.microsoft.com/sql/reporting/techinfo Main TechNet Web site at www.microsoft.com/technet www.microsoft.com/technet
47
Developer Productivity .NET Framework hosting Native XML technology Integrated web services Distributed application framework Business Intelligence Comprehensive ETL platform Real time analytics Accessible, easy data mining Rich, integrated reporting Enterprise Data Management Flexible, manageable, scalable Improved serviceability Self optimization and tuning Fast recovery and restore Secure, Quality Database 3 years in development Multiple security reviews Secure by default Large private beta for early quality
48
MS Press Inside information for IT Professionals To find the latest titles, visit www.microsoft.com/learning/books/
49
3rd Party Publications Supplementary publications for IT Pros These books can be found and purchased at all major book stores and online retailers
50
Microsoft Learning Training Resources for IT Professionals Creating Reporting Solutions using Microsoft SQL Server 2000 Reporting Services Course Number: 2030 Available Now Detailed Syllabus: www.microsoft.com/learning To locate a training provider, please access www.microsoft.com/learning www.microsoft.com/learning
51
Assess your Readiness Microsoft Skills Assessment What is Microsoft Skills Assessment? Self-study learning tool to evaluate readiness for product and technology solutions, instead of job-roles (certification) Windows Server 2003, Exchange Server 2003, Windows Storage Server 2003, Visual Studio.NET, Office 2003 Free, online, unproctored, and available to anyone Answers the question: “Am I ready?” Determines skills gaps and provides learning plans with Microsoft Official Curriculum courses Post your High Score to see how you stack up visit www.microsoft.com/assessment www.microsoft.com/assessment
52
Become a Microsoft Certified Systems Administrator (MCSA) What is the MCSA certification? For IT professionals who manage and maintain networks and systems based on Microsoft Windows Server How do I become an MCSA on Microsoft Windows Server 2003? Pass 3 core exams Pass 1 elective exam or 2 CompTIA certifications Where do I get more information? www.microsoft.com/mcsa
53
Become A Microsoft Certified Systems Engineer (MCSE) What is the MCSE certification? Premier certification for IT pros who analyze the requirements, design, plan, and implement the infrastructure for business solutions based on the Microsoft Windows Server System How do I become an MCSE on Microsoft Windows 2003? Pass 6 core exams Pass 1 elective exams from a comprehensive list Where do I get more information? www.microsoft.com/mcse
54
Demonstrate Your Security or Messaging Specialization What are MCSA/MCSE specializations? Allows IT professionals to highlight specific expertise within their job role Which specializations are available? MCSA: Security MCSA: Messaging MCSE: Security MCSE: Messaging Where do I get more information? www.microsoft.com/mcsawww.microsoft.com/mcsa or www.microsoft.com/mcse www.microsoft.com/mcse www.microsoft.com/mcsa www.microsoft.com/mcse
55
What is TechNet? Put the right answers at your fingertips The comprehensive collection of resources to help IT pros plan, deploy and manage Microsoft products successfully Monthly updates delivered on DVD or CD The definitive resource to help you evaluate, deploy and maintain Microsoft products TechNet Subscription Accessible at www.microsoft.com/technetwww.microsoft.com/technet Online resources and community Subscriber-only Online Services TechNet Web Site Biweekly e-newsletter Security updates, new resources, and special offers TechNet Flash Briefings on the latest Microsoft products and technologies Hands-on, “how to” information TechNet Events and Webcasts User Groups Managed Newsgroups TechNet Communities
56
Where Can I Get TechNet? Visit TechNet online at www.microsoft.com/technet Register for the TechNet Flash /technet/abouttn/subscriptions/flash_register.mspx Join the TechNet online forum at www.microsoft.com/technet/community Become a TechNet subscriber at www.microsoft.com/technet/abouttn/Subscriptions Attend more TechNet events or view online www.microsoft.com/technet/community/events
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.