What is SSRS?
·
App
given by Microsoft as part of MSBI
·
Render
the business data in rich format.
·
Presentation
Logic (Look and Feel Logic)
·
Web
Enabled Reports
·
Download
the Reports
·
Download
the reports in multiple formats i.e. Excel, PDF, Tiff etc.
·
Secure
the Reports
·
Centralize
the Reports
·
Desktop
and Mobile Reports (New in SSRS 2016)
Steps to Create a Report:
1.
Create
a SSRS Project-> Add a New Report
2.
Create
a Data Source
3.
Create
Data Set
4.
Add
Data Region
5.
Format
the Report
a.
Change
color, font, background etc.
6.
Save
and Preview the Report
7.
Build
and Deploy the Report to Web/Cloud/Online Server
ODBC():
-
Get
data from SQL databases
OLEDB ():
-
Get
data from Files
What does
RDL (XML File) contain?
ð
Data
source Info
ð
Data
set info
ð
Formatting
ð
Group
1)
·