
This video talks about the introduction of SSRS , Components of SSRS
This video will help you on how to create basic project for the first time
This Video talks about Data Sources in SSRS
This video talks about Data Sets in SSRS
This video talks about
what are all the terms used in SSRS
Reports
Data Sources
Datasets
Controls
This video talks about different data regions in SSRS
Table
Matrix
List
Chart
Gauge
This video talks about on how to design tabular report in ssrs
create data source
create data set
design report
observe the output
This video talks about
how to design and develop the matrix reports in ssrs
its cross tab report
dynamic columns and dynamic rows
This video talks about list report in ssrs
what is list
list report errors
list report grouping
Chart report in ssrs
How to create report using report wizard step by step
This video talks about different types of reports in ssrs
Parameterized reports
• Linked reports
• Snapshot reports
• Cascaded reports
• Ad hoc reports
• Drilldown reports
• Drill through reports
• Sub reports
This video talks about single valued parameterized report in ssrs
This video talks about multivalued Parameterized Reports in SSRS
Cascaded Parameters in SSRS
Actions in SSRS
Go to URL in SSRS
SSRS Drill through reports
Drill down reports in SSRS
Sub Report in SSRS
Stored Procedure in SSRS
Paging in SSRS Reports
Alternate row color in SSRS Reports
Bar Chart in SSRS
SELECT PC.NAME 'CategoryName',P.Name ,YEAR([DueDate]) 'DueYear'
,[OrderQty] ,[UnitPrice]
,[LineTotal] ,[ReceivedQty]
,[RejectedQty] ,[StockedQty]
FROM [AdventureWorks2019].[Purchasing].[PurchaseOrderDetail] POD
JOIN [Production].[Product] P ON POD.ProductID=P.ProductID
JOIN [Production].[ProductSubcategory] PS ON PS.ProductSubcategoryID=P.ProductSubcategoryID
JOIN [Production].[ProductCategory] PC ON PC.ProductCategoryID=PS.ProductCategoryID
How to Install SSRS 2019
SSRS Reports Configuration and Setup
SSRS Reports deployment and setup
How to implement security in SSRS
This course covers basic to advanced SSRS topics
SSRS Installation and Setup
How to create report , develop and deploy the complex reports
How to troubleshoot the reports if any error
Data Sources , Data sets, performance improvements , Report Manager Setup, Report Server configuration
Graphical Reports, Table Reports, Matrix Reports, Guage reports, SSRS with API interaction
SSRS with dot net code integration
Page numbers setup
SSRS Parameters configuration
SSRS Interview questions with answers
SSRS Log files
SSRS User Statistics
SSRS Reports delivery
SSRS:
It’s a reporting platform; it’s used to generate the reports from any data source (any RDBMS).Provides a full range of ready-to-use tools and services to help you create, deploy, and manage reports
SSRS Dev Roles:
· Understanding the database structure.
· Writing the queries, views, stored procedures and UDF’s.
· Authoring reports
Defining Data sources.
Designing reports.
· Customizing the reports.
SSRS expression
Scripting (.net languages)
SSRS Admin Roles:
· Installation
· Configuration
· Managing Reports
Development
Security
· Delivering reports
Subscriptions
Rendering formats
· Monitoring and troubleshooting the ssrs environment.
Enterprise reports:
Complete business standards and rules followed.
Formatting and other requirements collected.
Report developers will prepare these reports with complexity.
Shared among the business users in the enterprise.
Standard data analysis and decision making purpose.
Ad-hoc reports:
No business standard and no rules followed.
No formatted and other requirements.
Non-technical business managers will prepare these reports.
Not shared among business users in the enterprise.
Ad-hoc data analysis purpose.
Embedded Reports:
Embedding the report to any third party application such as Java,.Net etc..