SlideShare a Scribd company logo
1 of 11
Download to read offline
Report Builder 3.0 Getting Started




                                     Brad Imotichey
Report Builder 3.0 Getting Started

Report Builder 3.0 is a report
authoring environment for business
users who prefer to work in the
Microsoft Office-like environment. 


Features such as
• Sparklines
• Data bar indicators
• Data visualizations
• The ability to save report items as report parts
• A wizard for creating maps
                                                                   Requirements
• Aggregates of aggregates
                                                                   • “Report Builder” Account in Report Central
• Enhanced support for expressions
                                                                   • Report Builder 3.0 & .NET framework
                                                                   • A data source / data connection
                                                                   • Microsoft IE 7 or higher

 Resource   http://technet.microsoft.com/en-us/library/dd220460.aspx




                                                                                                                  Brad Imotichey
Report Builder 3.0 Getting Started


When you design a report, you specify where to get the data, what data to get, and
how to display the data.


When you run the report, the report processor takes all the information you have
specified, retrieves the data, and combines it with the report layout to generate the
report.


You can preview your reports in Report Builder, or you can publish your report to a
report server (Report Central) where others can run it.




                                                                               Brad Imotichey
Report Builder 3.0 Getting Started

Report Building WorkFlow                                  Requestor                                  Meet


                                                     Submit Pegasus                           Requestor, Data
                                                    Request "REPORT                          SME, RC SME Meet
 Requestor                                         CENTRAL - BUILD A                              to define
 Person initiating the Request to Build Reports        REPORT"                                 Requirements

 most cases the "Report Builder"

                                                                             Can the
                                                                         requirements be
                                                                       satisfied without RC
 Report Builder                                                             Developer
                                                                           Resources?
 Person Builds the Reports                                  Meet
                                                                                                                RC SME

                                                   Refine Scope &
                                                     Determine                                         RC SME Configures
                                                    Development                                         RC for a Report
 Data SME                                            Resources.          No          Yes                    Builder
 Data Subject Matter Expert.
 Extensive Knowledge of the data.

                                                             PSC                                                Report
                                                                                                                Builder
RC SME                                            Submit to PSC and
Report Central Subject Matter Expert.             follow NCS Project                                      Report Builder
                                                       Processes                                         creates Reports
Extensive Reporting Services Knowledge




                                                                                                     Brad Imotichey
Report Builder 3.0 Getting Started

DB Widget WorkFlow
                                                                       Data Sources

 Data Source
 Connected to “Report Central”



 Report Central                                                             Report Central
 Create Summary Report to Widget Spec                  Build Reports
 using Report Builder. Save the Report to
 Report Central.
                                                                                                  Real-time Updates


                                            Publish Reports
 Dashboard
 CSI will connect the Report to NCS             1             Report
                                                              Viewer
 Dashboard.                                     2                                     Dashboard
                                                3
                                                4
Real-time Updates
Anytime you update the report the
widget will be updated.




                                                                                                  Brad Imotichey
Report Builder 3.0 Getting Started

         Planning Your Report
What format do you want the report to appear in?
You can render reports online (IE is the only browser fully supported) or export them to other formats such as Excel, Word, or PDF.



What structure do you want to use to present the data in the report?
Tabular, matrix, chart, free-form structures, or any combination of these.



What do you want your report to look like?
Highlight key information, help your audience navigate the report, and so on. You might also want to show or hide items, include drill-through reports
or sub-reports, or link to other reports.



Do you need to create your own calculations?
Sometimes, data source and datasets do not contain the exact fields needed. In this situation, you might have to create your own calculated fields.
For example, you might want to multiply the price per unit times the quantity to get a sales amount.



How are you going to deliver your report?
You can save your report to your local computer and continue to work on it, or run it locally for your own information. However, to share your report
with others, you need to save the report to a Report Server (Report Central). Saving it to a server lets others run it whenever they want to.
Alternatively, the report server administrator can set up a subscription to the report or set up e-mail delivery of the report to other individuals. You can
have the report delivered in a specific export format.



                                                                                                                                           Brad Imotichey
Report Builder 3.0 Getting Started

        Data Sources
 Report building begins with a Data Source a.k.a. data connection. A data connection
 includes a name and connection properties. A data connection does not specify which
 data to retrieve from the external data source.
 Example:
 Data Source=localhostMSSQL10_50.InstanceName; Initial Catalog=AdventureWorks




 Either a data connection must exist or you must supply one.
 A reporting services administrator will set up the connection for you if you need assistance.




                                                                                                 Brad Imotichey
Report Builder 3.0 Getting Started

      Report Models
 A report model is a user-friendly description of an underlying database, with pre-
 established data relationships and auto-generated queries.
 Report models can be used as data sources for reports created Report Builder 3.0.
 A report model is an additional layer of information that maps database tables and views into concepts that are
 meaningful to business users. A well-designed report model should reflect the information that business users want
 to report on organized in a meaningful way.
 Administrators create report models and then publish them to a report server (Report Central). Report models can
 be managed just like other shared data sources.
 The purpose of a report model is to remove the need for specialized knowledge of the underlying database schema
 and query language. Report models manage building queries, data source connections and authentication,
 expressions, filters, and parameters for the user, allowing business users to focus on report design.




                                                                                                      Brad Imotichey
Report Builder 3.0 Getting Started

       Designing Reports
 Create table reports for column-based data.
 Matrix reports (like cross-tab or PivotTable reports) for summarized data.
 Chart reports for graphical data.
 Free-form reports for anything else.
 Report from a variety of data sources. Build reports using data from any data source type that has a Microsoft .NET
 Framework-managed data provider, OLE DB provider, or ODBC data source.
 Modify your data by filtering, grouping and sorting data, or by adding formulas or expressions.
 Add charts, gauges, sparklines, and indicators to summarize data in a visual format, and present large volumes of
 aggregated information at a glance.
 Use parameters and filters to filter data for customized views.
 Embed or reference images and other resources, including external content.




                                                                                                       Brad Imotichey
Report Builder 3.0 Getting Started

       Managing Reports
 Save the report to your computer or to the report server (Report Central > “My Reports”), where you can manage it
 and share it with others. Identify who can run your reports using Active Directory groups and users.
 Choose a presentation format when you open the report, or after you open the report. You can select Web-oriented,
 page-oriented, and desktop application formats. Formats include HTML, MHTML, PDF, XML, CSV, TIFF, Word, and
 Excel.
 Set up subscriptions. After you publish the report to the report server (Report Central) you can configure your report
 to run at a specific time, create a report history, and set up e-mail subscriptions.
 Request to create a NCS Dashboard Widget from your summarized report.




                                                                                                        Brad Imotichey
Report Builder 3.0 Getting Started

         Resources
 ITSM Report Builder Training: https://www.mc.vanderbilt.edu/itsm/pegasus/train/reports/?

 Microsoft TechNet Report Builder 3.0: http://technet.microsoft.com/en-us/library/hh272667.aspx

 Report Builder 3.0 video tutorial: http://www.youtube.com/watch?v=_QULbEFizhA




 Pegasus Request to Build Reports: https://pegasus.mc.vanderbilt.edu/NewRequest.aspx?id=43
 *At minimum please provide information on the Data Source you wish to work with.

 “Report Central”: https://reportcentral.mc.vanderbilt.edu/Reports




                                                                                                  Brad Imotichey

More Related Content

Recently uploaded

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQuiz Club NITW
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationdeepaannamalai16
 
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...MerlizValdezGeronimo
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfTechSoup
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxkarenfajardo43
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsPooky Knightsmith
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleCeline George
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfPrerana Jadhav
 
How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17Celine George
 

Recently uploaded (20)

Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITWQ-Factor General Quiz-7th April 2024, Quiz Club NITW
Q-Factor General Quiz-7th April 2024, Quiz Club NITW
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of EngineeringFaculty Profile prashantha K EEE dept Sri Sairam college of Engineering
Faculty Profile prashantha K EEE dept Sri Sairam college of Engineering
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Congestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentationCongestive Cardiac Failure..presentation
Congestive Cardiac Failure..presentation
 
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
IPCRF/RPMS 2024 Classroom Observation tool is your access to the new performa...
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdfInclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
Inclusivity Essentials_ Creating Accessible Websites for Nonprofits .pdf
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptxGrade Three -ELLNA-REVIEWER-ENGLISH.pptx
Grade Three -ELLNA-REVIEWER-ENGLISH.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Mental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young mindsMental Health Awareness - a toolkit for supporting young minds
Mental Health Awareness - a toolkit for supporting young minds
 
Multi Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP ModuleMulti Domain Alias In the Odoo 17 ERP Module
Multi Domain Alias In the Odoo 17 ERP Module
 
Narcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdfNarcotic and Non Narcotic Analgesic..pdf
Narcotic and Non Narcotic Analgesic..pdf
 
How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17How to Manage Engineering to Order in Odoo 17
How to Manage Engineering to Order in Odoo 17
 
Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"Mattingly "AI & Prompt Design: Large Language Models"
Mattingly "AI & Prompt Design: Large Language Models"
 

Featured

PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024Neil Kimberley
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)contently
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024Albert Qian
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsKurio // The Social Media Age(ncy)
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Search Engine Journal
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summarySpeakerHub
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next Tessa Mero
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentLily Ray
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best PracticesVit Horky
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project managementMindGenius
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...RachelPearson36
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Applitools
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at WorkGetSmarter
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...DevGAMM Conference
 

Featured (20)

Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 
ChatGPT webinar slides
ChatGPT webinar slidesChatGPT webinar slides
ChatGPT webinar slides
 
More than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike RoutesMore than Just Lines on a Map: Best Practices for U.S Bike Routes
More than Just Lines on a Map: Best Practices for U.S Bike Routes
 
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
Ride the Storm: Navigating Through Unstable Periods / Katerina Rudko (Belka G...
 

Report Builder 3.0 - Getting Started

  • 1. Report Builder 3.0 Getting Started Brad Imotichey
  • 2. Report Builder 3.0 Getting Started Report Builder 3.0 is a report authoring environment for business users who prefer to work in the Microsoft Office-like environment.  Features such as • Sparklines • Data bar indicators • Data visualizations • The ability to save report items as report parts • A wizard for creating maps Requirements • Aggregates of aggregates • “Report Builder” Account in Report Central • Enhanced support for expressions • Report Builder 3.0 & .NET framework • A data source / data connection • Microsoft IE 7 or higher Resource http://technet.microsoft.com/en-us/library/dd220460.aspx Brad Imotichey
  • 3. Report Builder 3.0 Getting Started When you design a report, you specify where to get the data, what data to get, and how to display the data. When you run the report, the report processor takes all the information you have specified, retrieves the data, and combines it with the report layout to generate the report. You can preview your reports in Report Builder, or you can publish your report to a report server (Report Central) where others can run it. Brad Imotichey
  • 4. Report Builder 3.0 Getting Started Report Building WorkFlow Requestor Meet Submit Pegasus Requestor, Data Request "REPORT SME, RC SME Meet Requestor CENTRAL - BUILD A to define Person initiating the Request to Build Reports REPORT" Requirements most cases the "Report Builder" Can the requirements be satisfied without RC Report Builder Developer Resources? Person Builds the Reports Meet RC SME Refine Scope & Determine RC SME Configures Development RC for a Report Data SME Resources. No Yes Builder Data Subject Matter Expert. Extensive Knowledge of the data. PSC Report Builder RC SME Submit to PSC and Report Central Subject Matter Expert. follow NCS Project Report Builder Processes creates Reports Extensive Reporting Services Knowledge Brad Imotichey
  • 5. Report Builder 3.0 Getting Started DB Widget WorkFlow Data Sources Data Source Connected to “Report Central” Report Central Report Central Create Summary Report to Widget Spec Build Reports using Report Builder. Save the Report to Report Central. Real-time Updates Publish Reports Dashboard CSI will connect the Report to NCS 1 Report Viewer Dashboard. 2 Dashboard 3 4 Real-time Updates Anytime you update the report the widget will be updated. Brad Imotichey
  • 6. Report Builder 3.0 Getting Started Planning Your Report What format do you want the report to appear in? You can render reports online (IE is the only browser fully supported) or export them to other formats such as Excel, Word, or PDF. What structure do you want to use to present the data in the report? Tabular, matrix, chart, free-form structures, or any combination of these. What do you want your report to look like? Highlight key information, help your audience navigate the report, and so on. You might also want to show or hide items, include drill-through reports or sub-reports, or link to other reports. Do you need to create your own calculations? Sometimes, data source and datasets do not contain the exact fields needed. In this situation, you might have to create your own calculated fields. For example, you might want to multiply the price per unit times the quantity to get a sales amount. How are you going to deliver your report? You can save your report to your local computer and continue to work on it, or run it locally for your own information. However, to share your report with others, you need to save the report to a Report Server (Report Central). Saving it to a server lets others run it whenever they want to. Alternatively, the report server administrator can set up a subscription to the report or set up e-mail delivery of the report to other individuals. You can have the report delivered in a specific export format. Brad Imotichey
  • 7. Report Builder 3.0 Getting Started Data Sources Report building begins with a Data Source a.k.a. data connection. A data connection includes a name and connection properties. A data connection does not specify which data to retrieve from the external data source. Example: Data Source=localhostMSSQL10_50.InstanceName; Initial Catalog=AdventureWorks Either a data connection must exist or you must supply one. A reporting services administrator will set up the connection for you if you need assistance. Brad Imotichey
  • 8. Report Builder 3.0 Getting Started Report Models A report model is a user-friendly description of an underlying database, with pre- established data relationships and auto-generated queries. Report models can be used as data sources for reports created Report Builder 3.0. A report model is an additional layer of information that maps database tables and views into concepts that are meaningful to business users. A well-designed report model should reflect the information that business users want to report on organized in a meaningful way. Administrators create report models and then publish them to a report server (Report Central). Report models can be managed just like other shared data sources. The purpose of a report model is to remove the need for specialized knowledge of the underlying database schema and query language. Report models manage building queries, data source connections and authentication, expressions, filters, and parameters for the user, allowing business users to focus on report design. Brad Imotichey
  • 9. Report Builder 3.0 Getting Started Designing Reports Create table reports for column-based data. Matrix reports (like cross-tab or PivotTable reports) for summarized data. Chart reports for graphical data. Free-form reports for anything else. Report from a variety of data sources. Build reports using data from any data source type that has a Microsoft .NET Framework-managed data provider, OLE DB provider, or ODBC data source. Modify your data by filtering, grouping and sorting data, or by adding formulas or expressions. Add charts, gauges, sparklines, and indicators to summarize data in a visual format, and present large volumes of aggregated information at a glance. Use parameters and filters to filter data for customized views. Embed or reference images and other resources, including external content. Brad Imotichey
  • 10. Report Builder 3.0 Getting Started Managing Reports Save the report to your computer or to the report server (Report Central > “My Reports”), where you can manage it and share it with others. Identify who can run your reports using Active Directory groups and users. Choose a presentation format when you open the report, or after you open the report. You can select Web-oriented, page-oriented, and desktop application formats. Formats include HTML, MHTML, PDF, XML, CSV, TIFF, Word, and Excel. Set up subscriptions. After you publish the report to the report server (Report Central) you can configure your report to run at a specific time, create a report history, and set up e-mail subscriptions. Request to create a NCS Dashboard Widget from your summarized report. Brad Imotichey
  • 11. Report Builder 3.0 Getting Started Resources ITSM Report Builder Training: https://www.mc.vanderbilt.edu/itsm/pegasus/train/reports/? Microsoft TechNet Report Builder 3.0: http://technet.microsoft.com/en-us/library/hh272667.aspx Report Builder 3.0 video tutorial: http://www.youtube.com/watch?v=_QULbEFizhA Pegasus Request to Build Reports: https://pegasus.mc.vanderbilt.edu/NewRequest.aspx?id=43 *At minimum please provide information on the Data Source you wish to work with. “Report Central”: https://reportcentral.mc.vanderbilt.edu/Reports Brad Imotichey