Snel navigeren naar:

  • Inhoud
  • Voordelen
  • Specificaties
  • Reviews
  • More information
  • FAQ

Productinformatie

In deze SSRS 2014 cursus leert u de belangrijkste geavanceerde functionaliteiten van Reporting Services kennen. Zo weet u hoe SSRS kunt inzetten en optimaal kunt gebruiken in uw dagelijkse werkzaamheden. Ook de Report Builder en Report Manager komen uitgebreid aan bod.

Inhoud van de training

SSRS 2014 Advanced

28 uur

SSRS 2014: Introduction and Report Builder

In this course you’ll get a high-level view of the parts and pieces of Reporting Services so that you know what you’re working with. I’ll start by looking at the two modes you can install and operate a report server in. Then I’ll show you some of the extensive configuration options you can use to fine tune reporting features. Reporting Services has a fairly complex architecture, and I’ll walk you through a high-level view of it. There are a lot of parts and you need to have a good feel for how they all work. Then I’ll take a look at the tools available for building reports, and will walk through creating a simple report using Report Designer. Next you’ll get a solid introduction to Report Builder, and learn how to install either the standalone version or the ClickOnce version accessible from Report Manager. I’ll walk you through a tour of the Report Builder user interface. Then I’ll show you how to build a simple report, point out more of Report Builder’s features and learn about preview performance. Finally, you’ll learn about shared datasets as a way to make data access easier for end users.

SSRS 2014: Creating Reports

In this course you’ll get a high-level view of the parts and pieces of Reporting Services so that you know what you’re working with. I’ll start by looking at the two modes you can install and operate a report server in. Then I’ll show you some of the extensive configuration options you can use to fine tune reporting features. Reporting Services has a fairly complex architecture, and I’ll walk you through a high-level view of it. There are a lot of parts and you need to have a good feel for how they all work. Then I’ll take a look at the tools available for building reports, and will walk through creating a simple report using Report Designer.

SSRS 2014: Tablix Report Type

In this course you’ll get a high-level view of the parts and pieces of Reporting Services so that you know what you’re working with. I’ll start by looking at the two modes you can install and operate a report server in. Then I’ll show you some of the extensive configuration options you can use to fine tune reporting features. Reporting Services has a fairly complex architecture, and I’ll walk you through a high-level view of it. There are a lot of parts and you need to have a good feel for how they all work. Then I’ll take a look at the tools available for building reports, and will walk through creating a simple report using Report Designer. Next you’ll get a solid introduction to Report Builder, and learn how to install either the standalone version or the ClickOnce version accessible from Report Manager. I’ll walk you through a tour of the Report Builder user interface. Then I’ll show you how to build a simple report, point out more of Report Builder’s features and learn about preview performance. Finally, you’ll learn about shared datasets as a way to make data access easier for end users.

SSRS 2014: Expressions and Functions

In this course you’ll get a high-level view of the parts and pieces of Reporting Services so that you know what you’re working with. I’ll start by looking at the two modes you can install and operate a report server in. Then I’ll show you some of the extensive configuration options you can use to fine tune reporting features. Reporting Services has a fairly complex architecture, and I’ll walk you through a high-level view of it. There are a lot of parts and you need to have a good feel for how they all work. Then I’ll take a look at the tools available for building reports, and will walk through creating a simple report using Report Designer. Next you’ll get a solid introduction to Report Builder, and learn how to install either the standalone version or the ClickOnce version accessible from Report Manager. I’ll walk you through a tour of the Report Builder user interface. Then I’ll show you how to build a simple report, point out more of Report Builder’s features and learn about preview performance. Finally, you’ll learn about shared datasets as a way to make data access easier for end users.

SSRS 2014: Layout, Parameters, and Visualizing

In this course you’ll get a high-level view of the parts and pieces of Reporting Services so that you know what you’re working with. I’ll start by looking at the two modes you can install and operate a report server in. Then I’ll show you some of the extensive configuration options you can use to fine tune reporting features. Reporting Services has a fairly complex architecture, and I’ll walk you through a high-level view of it. There are a lot of parts and you need to have a good feel for how they all work. Then I’ll take a look at the tools available for building reports, and will walk through creating a simple report using Report Designer. Next you’ll get a solid introduction to Report Builder, and learn how to install either the standalone version or the ClickOnce version accessible from Report Manager. I’ll walk you through a tour of the Report Builder user interface. Then I’ll show you how to build a simple report, point out more of Report Builder’s features and learn about preview performance. Finally, you’ll learn about shared datasets as a way to make data access easier for end users.

SSRS 2014: Accessing and Subscribing to Reports

In this course, you’ll learn about some of the issues you’re likely to face starting Report Manager and connecting to a report server. Then you’ll learn about some of the cool features from a report user’s perspective to find reports, view them, and access a report’s document map. Next you’ll learn about the My Reports folder. An admin has to enable this feature before users can use it, but then it provides a location for each user to save links to reports they use often as well as their own reports. Then the course explores the various export formats supported by Reporting Services. You’ll learn about soft and hard page-break renderers, as well as the data exchange formats that can export the raw data from a report.

SSRS 2014: Programming Report Access

There are five major APIs that you can use to program report server access, and this course will cover two of them. First, we’ll look at accessing reports using a custom URL, which is the same way Report Manager provides access, although you can use a shorthand version of the URLs for easier programming. You’ll learn the structure of the URL, and see various ways to build the URLs and some of the many options available as querystring parameters. Then you’ll learn about the ReportViewer control that is available in both Web and Windows Forms .NET applications. You’ll learn how to use the control with both server and local reports, which are reports you build directly in Visual Studio for that application.

SSRS 2014: Web Service Programming

In this course you’ll learn how to use the Report Server Web Service, and see some examples of how useful it is. You’ll learn about the two endpoints that Reporting Services exposes, the management and execution endpoints, and the differences between them. You’ll also see how to build an application using the Web services to display a list of reports and render format options, both retrieved dynamically from the report server, as well as how to execute the selected report using both a custom URL and the execution Web service. As a bonus, you’ll learn how to dynamically determine whether the selected report has required parameters and one way to supply parameters to the report.

SSRS 2014: Managing Reporting Services

In this course you’ll learn about reporting tools, starting with seeing how you can use Management Studio for some tasks. Management Studio is far more limited than Report Manager for report server management, but nonetheless supports some important tasks. You’ll learn the three primary kinds of tasks you’ll need to use Management Studio for, as well as how to access those features. Then you’ll explore the management features of Report Manager. You’re likely to use Management Studio occasionally for the tasks it supports, but use Report Manager every day to do things like manage files and folders, including reports, and change and manage site settings and folder and object settings.

SSRS 2014: Reporting Services Security

In this course, you’ll learn how to work with the security features of Reporting Services. You’ll start by learning how to authorize users to perform actions at both the server and folder level, as well as how to use Management Studio to manage report server roles. Then you’ll learn how to enable Basic authentication, necessary to allow report access via non-IE browsers and outside the local network. It is generally a very bad practice to transmit credentials or data in the clear over any network, even a local network, so next you’ll see how you can enable and optionally require the use of SSL (really TLS, or Transport Layer Security) anytime a user or application accesses Reporting Services. Then you’ll learn about how report data security hooks into the data security features of the core database engine of SQL Server. You’ll see how to require different kinds of credential for any data source, both in SQL Server Data Tools and in Report Manager. You’ll also learn about the permissions required to access data for a report.

Kenmerken

Engels (US)
28 uur
SQL Server 2014
90 dagen online toegang
HBO

Meer informatie

Extra product informatie 0
Doelgroep Databasebeheerders
Voorkennis

U heeft bij voorkeur MCSA SQL Server 2012 behaald of vergelijkbare kennis.

resultaat

Na het volgen van deze cursus bent u bekend met de belangrijkste geavanceerde functionaliteiten van SQL Server Reporting Services 2014.

Positieve reacties van cursisten

Ontwikkel je tot data analist

Service is echt heel goed. Snel, klantvriendelijk, weten waar ze over praten en denken met je mee met oplossingen. Daarnaast hebben ze ook een goed leerplatform om je studie te volgen en na elke module een korte toets om te zien hoeveel je ervan heb begrepen en je kan de status zien hoeveel tijd je hebt besteed aan je studie. Ik waardeer ze enorm en ik raad elke ICT'er aan om met hen in zee te gaan om je studie te volgen.

- Emilio Jones

Training: Introduction to SQL

Eén training geprobeerd en deze naar tevredenheid gevolgd. Een module werkte in eerste instantie niet, maar na contact opgenomen te hebben met klantenservice kreeg ik snel antwoord met een oplossing.

- Lars van der Spek

Training: Certified Ethical Hacker (CEHv12) - incl. examen

Eerste keer dat ik een online training heb gedaan en zou zo weer een training volgen via icttraningen.nl

- Jerry Jialal

Training: Microsoft Managing Modern Desktops (exam MD-101)

Het resultaat van de groep is absoluut bevredigend. Ik ga in ieder geval geen ander meer bellen.

- Antoine Evertze, Sales Engineer bij Chubb

Training: PRINCE2® 6e editie Foundation- incl. examen

Als er wat is staan ze altijd voor me klaar. Ik word meteen geholpen als ik bel.

- E. Zeijlmans, P&O adviseur bij Parnassia Groep

Training: ITIL® 4 Foundation - incl. examen

Wij zijn gebaat bij mensen die bijblijven in hun vakgebied en continu getriggerd worden.

- W. van Uijthoven, IT manager bij gemeente Arnhem

Training: Excel 2013 Compleet

Ik heb al eens eerder een training gehad via icttrainingen.nl en dat was een erg leerzame, leuke ervaring. Nu heb ik via het werk een online cursus en deze lijkt tot nu toe ook erg leerzaam.

- Michelle Brierley

Hoe gaat het te werk?

1

Training bestellen

Nadat je de training hebt besteld krijg je bevestiging per e-mail.

2

Toegang leerplatform

In de e-mail staat een link waarmee je toegang krijgt tot ons leerplatform.

3

Direct beginnen

Je kunt direct van start. Studeer vanaf nu waar en wanneer jij wilt.

4

Training afronden

Rond de training succesvol af en ontvang van ons een certificaat!

Veelgestelde vragen

Veelgestelde vragen

Op welke manieren kan ik betalen?

Je kunt bij ons betalen met iDEAL, PayPal, Creditcard, Bancontact en op factuur. Betaal je op factuur, dan kun je met de training starten zodra de betaling binnen is.

Hoe lang heb ik toegang tot de training?

Dit verschilt per training, maar meestal 180 dagen. Je kunt dit vinden onder het kopje ‘Kenmerken’.

Waar kan ik terecht als ik vragen heb?

Je kunt onze Learning & Development collega’s tijdens kantoortijden altijd bereiken via support@icttrainingen.nl of telefonisch via 026-8402941.

Background Frame
Background Frame

Onbeperkt leren

Met ons Unlimited concept kun je onbeperkt gebruikmaken van de trainingen op de website voor een vast bedrag per maand.

Bekijk de voordelen

Heb je nog twijfels?

Of gewoon een vraag over de training? Blijf er vooral niet mee zitten. We helpen je graag verder. Daar zijn we voor!

Contactopties