SlideShare a Scribd company logo
RDLC
Umar Ishfaq BCSF13A037
Imran Afzal BCSF13A058
Bilal Honey BCSF13A033
Moeen Ahmed BCSF13A010
Agenda
• What is RDLC?
• How are reports created and managed?
• Demo
What is RDLC
• Full meaning of RDLC is Report Definition Language Client-side. It is the
extension of report file. It is used to create report s using Microsoft
reporting technology. These files are created by the Visual Studio 2005
version of Report Designer. RDLC reports can be executed directly by the
ReportViewer control in client side.
What is RDLC?
• Now a days for reporting purposes we have a lots of choice. RDLC report is
one of the most popular reporting engine for Asp.net developers. Using
RDLC report you can easily represent data to the end user. You can
also export the report in Excel, PDF & MS Word format. Print
functionality also in built in this ReportViewer control
RDLC File
• The .rdlc is the format of a report file used by the MICROSOFT reporting
system. Mainly MICROSOFT Visual Studio creates this rdlc FILE
EXTENSION that contain report definitions. This article describes about
the basic over view of RDLC file and the difference between .rdl and .rdlc
files.
The .rdlc is the format of a report file used by theMICROSOFT reporting system. MainlyMICROSOFT Visual Studio creates this rdlcFILE EXTENSION that contain report definitions. This article describes about the
.rdl VS .rdlc files
The difference between .rdl and .rdlc files are given bellow:
.rdl
RDL files are created by the SQL Server 2005 version of Report Designer
It is used in SQL Server Reporting Services
It is remote report
Need a Reporting Services instance
.rdl VS .rdlc files(cont…)
• rdlc
RDLC files are created by the Visual Studio 2005 version of Report
Designer
It is used in Visual Studio
It is local report
No need a Reporting Services instance
How to Add a rdlc Report in a project?
• The steps to add a new rdlc file in a project is given bellow:
• In the Project or Web Site menu or write click on Solution Explorer, select Add
New Item. Add New Item dialog box will be open
• From the Installed Templates pane select Visual Basic or Visual C#
• From the Templates pane select Report or Report Wizard
• If you select Report a blank .rdlc file will be added to the project
• If you select Report Wizard the Report Wizard will be started to guide you through
the steps in creating a report
How to Display the rdlc Report in a
ReportViewer Control in Application?
• In Microsoft Visual Studio open the application project or Web site
• Select the form or page that will display the report
• From the Toolbox add a ReportViewer control to the Web page or form
• Set the Size and position of the control on the page or form
• In the ReportViewer Tasks Smart tags panel select an existing .rdlc file in the
Choose Report drop-down list Or click Design a new report to create a new report
using the Report Wizard
• To preview the report build or deploy the application and browse that page or form
Demo
• Here I am providing “Creating RDLC report Step by Step in Asp.Net
C# & VB.Net“. Hope it will help you.
Demo
• In this example I am using below SQL Server Table:
Demo
• 1. Add your connection string in Web.Config file like below:
Demo
• 2. Add a ReportViewer from Reporting Tab under Toolbox:
Demo
• 3. Now go to the Design View of your page. Select the ReportViewer
control. Click on smart menu and click on “Design a new report”:
Demo
• 4. Now choose your Data Connection:
Demo
• 5. Now click on Next and select the “Student” table:
Demo
• 6. Click Finish, Click Next. An “Arrange Fields” page will popup.
Move all columns from “Available Fields” to “Values” Field. Click on
“Roll” column and uncheck the column:
Demo
Demo
• 7. Now the “Values” Field will look like below:
Demo
• 8. Now click Next, click Next. Now choose your report style from left
pane:
Demo
• 9. Now open your page in design view. Click on ReportViewer control.
Click on smart menu. Select “Report1.rdlc” from “Choose Report”
DropDown List:
Demo
• 10. Now run the project. Oops you will get the error “The Report
Viewer Web Control requires a System.Web.UI.ScriptManager on the
web form”:
Demo
• 11. To resolve the error add a “ScriptManager” in your page:
Demo
• 12. Now run the project. Hope you will get a report like below:
Thankyou for Watching
• Any Questions ?

More Related Content

What's hot

What's new in Visual Studio 2022
What's new in Visual Studio 2022What's new in Visual Studio 2022
What's new in Visual Studio 2022
Muralidharan Deenathayalan
 
C#.NET
C#.NETC#.NET
C#.NET
gurchet
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
Jm Ramos
 
Angular - Chapter 1 - Introduction
 Angular - Chapter 1 - Introduction Angular - Chapter 1 - Introduction
Angular - Chapter 1 - Introduction
WebStackAcademy
 
CSharp Presentation
CSharp PresentationCSharp Presentation
CSharp Presentation
Vishwa Mohan
 
Visual Studio IDE
Visual Studio IDEVisual Studio IDE
Visual Studio IDE
Sayantan Sur
 
Microsoft dot net framework
Microsoft dot net frameworkMicrosoft dot net framework
Microsoft dot net framework
Ashish Verma
 
Asp net
Asp netAsp net
Widgets in odoo
Widgets in odooWidgets in odoo
Widgets in odoo
Celine George
 
C# in depth
C# in depthC# in depth
C# in depth
Arnon Axelrod
 
Conditional Statement in C#
Conditional Statement in C#Conditional Statement in C#
Conditional Statement in C#
Simplilearn
 
Php
PhpPhp
Introduction to web application development with Vue (for absolute beginners)...
Introduction to web application development with Vue (for absolute beginners)...Introduction to web application development with Vue (for absolute beginners)...
Introduction to web application development with Vue (for absolute beginners)...
Lucas Jellema
 
Nakov - .NET Framework Overview - English
Nakov - .NET Framework Overview - EnglishNakov - .NET Framework Overview - English
Nakov - .NET Framework Overview - English
Svetlin Nakov
 
ASP.NET Core MVC with EF Core code first
ASP.NET Core MVC with EF Core code firstASP.NET Core MVC with EF Core code first
ASP.NET Core MVC with EF Core code first
Md. Aftab Uddin Kajal
 
Object Oriented Programming with C#
Object Oriented Programming with C#Object Oriented Programming with C#
Object Oriented Programming with C#
foreverredpb
 
Exception Handling in C#
Exception Handling in C#Exception Handling in C#
Exception Handling in C#
Abid Kohistani
 
.Net Core
.Net Core.Net Core
C# - Part 1
C# - Part 1C# - Part 1
C# - Part 1
Md. Mahedee Hasan
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
Er. Kamal Bhusal
 

What's hot (20)

What's new in Visual Studio 2022
What's new in Visual Studio 2022What's new in Visual Studio 2022
What's new in Visual Studio 2022
 
C#.NET
C#.NETC#.NET
C#.NET
 
C# Tutorial
C# Tutorial C# Tutorial
C# Tutorial
 
Angular - Chapter 1 - Introduction
 Angular - Chapter 1 - Introduction Angular - Chapter 1 - Introduction
Angular - Chapter 1 - Introduction
 
CSharp Presentation
CSharp PresentationCSharp Presentation
CSharp Presentation
 
Visual Studio IDE
Visual Studio IDEVisual Studio IDE
Visual Studio IDE
 
Microsoft dot net framework
Microsoft dot net frameworkMicrosoft dot net framework
Microsoft dot net framework
 
Asp net
Asp netAsp net
Asp net
 
Widgets in odoo
Widgets in odooWidgets in odoo
Widgets in odoo
 
C# in depth
C# in depthC# in depth
C# in depth
 
Conditional Statement in C#
Conditional Statement in C#Conditional Statement in C#
Conditional Statement in C#
 
Php
PhpPhp
Php
 
Introduction to web application development with Vue (for absolute beginners)...
Introduction to web application development with Vue (for absolute beginners)...Introduction to web application development with Vue (for absolute beginners)...
Introduction to web application development with Vue (for absolute beginners)...
 
Nakov - .NET Framework Overview - English
Nakov - .NET Framework Overview - EnglishNakov - .NET Framework Overview - English
Nakov - .NET Framework Overview - English
 
ASP.NET Core MVC with EF Core code first
ASP.NET Core MVC with EF Core code firstASP.NET Core MVC with EF Core code first
ASP.NET Core MVC with EF Core code first
 
Object Oriented Programming with C#
Object Oriented Programming with C#Object Oriented Programming with C#
Object Oriented Programming with C#
 
Exception Handling in C#
Exception Handling in C#Exception Handling in C#
Exception Handling in C#
 
.Net Core
.Net Core.Net Core
.Net Core
 
C# - Part 1
C# - Part 1C# - Part 1
C# - Part 1
 
Asp.net mvc
Asp.net mvcAsp.net mvc
Asp.net mvc
 

Viewers also liked

Modelo de currículum
Modelo de currículumModelo de currículum
Modelo de currículum
Juan Villena
 
Saba reportviewer(1)
Saba reportviewer(1)Saba reportviewer(1)
Saba reportviewer(1)
Hari Om
 
Sesión 06: SAP y Power Builder
Sesión 06: SAP y Power BuilderSesión 06: SAP y Power Builder
Sesión 06: SAP y Power Builder
Biz Partner
 
Comunidad Emagister 43083 Microsoft Word 43082
Comunidad Emagister 43083 Microsoft Word   43082Comunidad Emagister 43083 Microsoft Word   43082
Comunidad Emagister 43083 Microsoft Word 43082
fgrino
 
Binding radgridview into reportviewer
Binding radgridview into reportviewerBinding radgridview into reportviewer
Binding radgridview into reportviewer
Junifar hidayat
 
Intro Power Builder - JUGM 2010
Intro Power Builder - JUGM 2010Intro Power Builder - JUGM 2010
Intro Power Builder - JUGM 2010
J. Ulises Gonzalez Medina
 
Reportes y graficos en .net
Reportes y graficos en .net Reportes y graficos en .net
Reportes y graficos en .net
Juan Villena
 
manual-power-builder
manual-power-buildermanual-power-builder
manual-power-builder
Rafael Silveira
 
Programación visual con VB.NET
Programación visual con VB.NETProgramación visual con VB.NET
Programación visual con VB.NET
Yamil Lambert
 
Lenguaje de programacion de visual basic
Lenguaje de programacion de visual basicLenguaje de programacion de visual basic
Lenguaje de programacion de visual basic
Rosa Marina Mosquera
 
Visual Basic .NET
Visual Basic .NETVisual Basic .NET
Visual Basic .NET
David
 
Latin American Literature
Latin American LiteratureLatin American Literature
Latin American Literature
Juan Miguel Palero
 
Visual basic .NET
Visual basic .NETVisual basic .NET
Visual basic .NET
Jamel Navarro
 

Viewers also liked (13)

Modelo de currículum
Modelo de currículumModelo de currículum
Modelo de currículum
 
Saba reportviewer(1)
Saba reportviewer(1)Saba reportviewer(1)
Saba reportviewer(1)
 
Sesión 06: SAP y Power Builder
Sesión 06: SAP y Power BuilderSesión 06: SAP y Power Builder
Sesión 06: SAP y Power Builder
 
Comunidad Emagister 43083 Microsoft Word 43082
Comunidad Emagister 43083 Microsoft Word   43082Comunidad Emagister 43083 Microsoft Word   43082
Comunidad Emagister 43083 Microsoft Word 43082
 
Binding radgridview into reportviewer
Binding radgridview into reportviewerBinding radgridview into reportviewer
Binding radgridview into reportviewer
 
Intro Power Builder - JUGM 2010
Intro Power Builder - JUGM 2010Intro Power Builder - JUGM 2010
Intro Power Builder - JUGM 2010
 
Reportes y graficos en .net
Reportes y graficos en .net Reportes y graficos en .net
Reportes y graficos en .net
 
manual-power-builder
manual-power-buildermanual-power-builder
manual-power-builder
 
Programación visual con VB.NET
Programación visual con VB.NETProgramación visual con VB.NET
Programación visual con VB.NET
 
Lenguaje de programacion de visual basic
Lenguaje de programacion de visual basicLenguaje de programacion de visual basic
Lenguaje de programacion de visual basic
 
Visual Basic .NET
Visual Basic .NETVisual Basic .NET
Visual Basic .NET
 
Latin American Literature
Latin American LiteratureLatin American Literature
Latin American Literature
 
Visual basic .NET
Visual basic .NETVisual basic .NET
Visual basic .NET
 

Similar to Rdlc (1)

crystalReport.pptx
crystalReport.pptxcrystalReport.pptx
crystalReport.pptx
samreen82
 
Crystal report
Crystal reportCrystal report
crystal report
crystal reportcrystal report
Ssrs tutorial
Ssrs tutorialSsrs tutorial
Ssrs tutorial
abhishekbanerjee
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports Review
Justin R. Rue
 
How to embed reporting into your asp.net core web applications
How to embed reporting into your asp.net core web applications How to embed reporting into your asp.net core web applications
How to embed reporting into your asp.net core web applications
Concetto Labs
 
Office Add ins community call-February 2019
Office Add ins community call-February 2019Office Add ins community call-February 2019
Office Add ins community call-February 2019
Microsoft 365 Developer
 
Crystal report
Crystal reportCrystal report
Crystal report
Everywhere
 
An Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards IntegrationAn Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards Integration
adivasoft
 
Database development with visual studio 2010
Database development with visual studio 2010Database development with visual studio 2010
Database development with visual studio 2010
Abhimanyu Singhal
 
My First Report slide support
My First Report slide supportMy First Report slide support
My First Report slide support
SpagoWorld
 
Oracle Application Developmenr Framework
Oracle Application Developmenr FrameworkOracle Application Developmenr Framework
Oracle Application Developmenr Framework
Gurpreet singh
 
Fr net programmermanual-en
Fr net programmermanual-enFr net programmermanual-en
Fr net programmermanual-en
Morenita Batista
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
Gurpreet singh
 
Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Office Add-ins community call-March 2019
Office Add-ins community call-March 2019
Microsoft 365 Developer
 
CubeView is a browser based Business Analytical reporting tool OLAP Dashboard
CubeView is a browser based Business Analytical reporting tool OLAP DashboardCubeView is a browser based Business Analytical reporting tool OLAP Dashboard
CubeView is a browser based Business Analytical reporting tool OLAP Dashboard
hitforseo
 
Telerik Reporting– Quick Start (Part 1)
Telerik Reporting– Quick Start (Part 1)Telerik Reporting– Quick Start (Part 1)
Telerik Reporting– Quick Start (Part 1)
Guo Albert
 
ReportViewer Web Server Control
ReportViewer Web Server ControlReportViewer Web Server Control
ReportViewer Web Server Control
Orbit One - We create coherence
 
sql1
sql1sql1
Sql server 2012 tutorials reporting services
Sql server 2012 tutorials   reporting servicesSql server 2012 tutorials   reporting services
Sql server 2012 tutorials reporting services
Steve Xu
 

Similar to Rdlc (1) (20)

crystalReport.pptx
crystalReport.pptxcrystalReport.pptx
crystalReport.pptx
 
Crystal report
Crystal reportCrystal report
Crystal report
 
crystal report
crystal reportcrystal report
crystal report
 
Ssrs tutorial
Ssrs tutorialSsrs tutorial
Ssrs tutorial
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports Review
 
How to embed reporting into your asp.net core web applications
How to embed reporting into your asp.net core web applications How to embed reporting into your asp.net core web applications
How to embed reporting into your asp.net core web applications
 
Office Add ins community call-February 2019
Office Add ins community call-February 2019Office Add ins community call-February 2019
Office Add ins community call-February 2019
 
Crystal report
Crystal reportCrystal report
Crystal report
 
An Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards IntegrationAn Introduction on BI Publisher & JD Edwards Integration
An Introduction on BI Publisher & JD Edwards Integration
 
Database development with visual studio 2010
Database development with visual studio 2010Database development with visual studio 2010
Database development with visual studio 2010
 
My First Report slide support
My First Report slide supportMy First Report slide support
My First Report slide support
 
Oracle Application Developmenr Framework
Oracle Application Developmenr FrameworkOracle Application Developmenr Framework
Oracle Application Developmenr Framework
 
Fr net programmermanual-en
Fr net programmermanual-enFr net programmermanual-en
Fr net programmermanual-en
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP Reporting
 
Office Add-ins community call-March 2019
Office Add-ins community call-March 2019Office Add-ins community call-March 2019
Office Add-ins community call-March 2019
 
CubeView is a browser based Business Analytical reporting tool OLAP Dashboard
CubeView is a browser based Business Analytical reporting tool OLAP DashboardCubeView is a browser based Business Analytical reporting tool OLAP Dashboard
CubeView is a browser based Business Analytical reporting tool OLAP Dashboard
 
Telerik Reporting– Quick Start (Part 1)
Telerik Reporting– Quick Start (Part 1)Telerik Reporting– Quick Start (Part 1)
Telerik Reporting– Quick Start (Part 1)
 
ReportViewer Web Server Control
ReportViewer Web Server ControlReportViewer Web Server Control
ReportViewer Web Server Control
 
sql1
sql1sql1
sql1
 
Sql server 2012 tutorials reporting services
Sql server 2012 tutorials   reporting servicesSql server 2012 tutorials   reporting services
Sql server 2012 tutorials reporting services
 

Recently uploaded

openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
Shane Coughlan
 
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
rodomar2
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
Łukasz Chruściel
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
GohKiangHock
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
Empowering Growth with Best Software Development Company in Noida - Deuglo
Empowering Growth with Best Software  Development Company in Noida - DeugloEmpowering Growth with Best Software  Development Company in Noida - Deuglo
Empowering Growth with Best Software Development Company in Noida - Deuglo
Deuglo Infosystem Pvt Ltd
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
Aftab Hussain
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
SOCRadar
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
Remote DBA Services
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
Green Software Development
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
ToXSL Technologies
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
timtebeek1
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
Peter Muessig
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
kalichargn70th171
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
brainerhub1
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdfTop Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
VALiNTRY360
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
XfilesPro
 

Recently uploaded (20)

openEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain SecurityopenEuler Case Study - The Journey to Supply Chain Security
openEuler Case Study - The Journey to Supply Chain Security
 
OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024OpenMetadata Community Meeting - 5th June 2024
OpenMetadata Community Meeting - 5th June 2024
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CDKuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
KuberTENes Birthday Bash Guadalajara - Introducción a Argo CD
 
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf2024 eCommerceDays Toulouse - Sylius 2.0.pdf
2024 eCommerceDays Toulouse - Sylius 2.0.pdf
 
SQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure MalaysiaSQL Accounting Software Brochure Malaysia
SQL Accounting Software Brochure Malaysia
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
Empowering Growth with Best Software Development Company in Noida - Deuglo
Empowering Growth with Best Software  Development Company in Noida - DeugloEmpowering Growth with Best Software  Development Company in Noida - Deuglo
Empowering Growth with Best Software Development Company in Noida - Deuglo
 
Graspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code AnalysisGraspan: A Big Data System for Big Code Analysis
Graspan: A Big Data System for Big Code Analysis
 
socradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdfsocradar-q1-2024-aviation-industry-report.pdf
socradar-q1-2024-aviation-industry-report.pdf
 
Oracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptxOracle Database 19c New Features for DBAs and Developers.pptx
Oracle Database 19c New Features for DBAs and Developers.pptx
 
GreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-JurisicGreenCode-A-VSCode-Plugin--Dario-Jurisic
GreenCode-A-VSCode-Plugin--Dario-Jurisic
 
How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?How Can Hiring A Mobile App Development Company Help Your Business Grow?
How Can Hiring A Mobile App Development Company Help Your Business Grow?
 
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdfAutomated software refactoring with OpenRewrite and Generative AI.pptx.pdf
Automated software refactoring with OpenRewrite and Generative AI.pptx.pdf
 
UI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design SystemUI5con 2024 - Bring Your Own Design System
UI5con 2024 - Bring Your Own Design System
 
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf8 Best Automated Android App Testing Tool and Framework in 2024.pdf
8 Best Automated Android App Testing Tool and Framework in 2024.pdf
 
Unveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdfUnveiling the Advantages of Agile Software Development.pdf
Unveiling the Advantages of Agile Software Development.pdf
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdfTop Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
Top Benefits of Using Salesforce Healthcare CRM for Patient Management.pdf
 
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
Everything You Need to Know About X-Sign: The eSign Functionality of XfilesPr...
 

Rdlc (1)

  • 1. RDLC Umar Ishfaq BCSF13A037 Imran Afzal BCSF13A058 Bilal Honey BCSF13A033 Moeen Ahmed BCSF13A010
  • 2. Agenda • What is RDLC? • How are reports created and managed? • Demo
  • 3. What is RDLC • Full meaning of RDLC is Report Definition Language Client-side. It is the extension of report file. It is used to create report s using Microsoft reporting technology. These files are created by the Visual Studio 2005 version of Report Designer. RDLC reports can be executed directly by the ReportViewer control in client side.
  • 4. What is RDLC? • Now a days for reporting purposes we have a lots of choice. RDLC report is one of the most popular reporting engine for Asp.net developers. Using RDLC report you can easily represent data to the end user. You can also export the report in Excel, PDF & MS Word format. Print functionality also in built in this ReportViewer control
  • 5. RDLC File • The .rdlc is the format of a report file used by the MICROSOFT reporting system. Mainly MICROSOFT Visual Studio creates this rdlc FILE EXTENSION that contain report definitions. This article describes about the basic over view of RDLC file and the difference between .rdl and .rdlc files. The .rdlc is the format of a report file used by theMICROSOFT reporting system. MainlyMICROSOFT Visual Studio creates this rdlcFILE EXTENSION that contain report definitions. This article describes about the
  • 6. .rdl VS .rdlc files The difference between .rdl and .rdlc files are given bellow: .rdl RDL files are created by the SQL Server 2005 version of Report Designer It is used in SQL Server Reporting Services It is remote report Need a Reporting Services instance
  • 7. .rdl VS .rdlc files(cont…) • rdlc RDLC files are created by the Visual Studio 2005 version of Report Designer It is used in Visual Studio It is local report No need a Reporting Services instance
  • 8. How to Add a rdlc Report in a project? • The steps to add a new rdlc file in a project is given bellow: • In the Project or Web Site menu or write click on Solution Explorer, select Add New Item. Add New Item dialog box will be open • From the Installed Templates pane select Visual Basic or Visual C# • From the Templates pane select Report or Report Wizard • If you select Report a blank .rdlc file will be added to the project • If you select Report Wizard the Report Wizard will be started to guide you through the steps in creating a report
  • 9. How to Display the rdlc Report in a ReportViewer Control in Application? • In Microsoft Visual Studio open the application project or Web site • Select the form or page that will display the report • From the Toolbox add a ReportViewer control to the Web page or form • Set the Size and position of the control on the page or form • In the ReportViewer Tasks Smart tags panel select an existing .rdlc file in the Choose Report drop-down list Or click Design a new report to create a new report using the Report Wizard • To preview the report build or deploy the application and browse that page or form
  • 10. Demo • Here I am providing “Creating RDLC report Step by Step in Asp.Net C# & VB.Net“. Hope it will help you.
  • 11. Demo • In this example I am using below SQL Server Table:
  • 12. Demo • 1. Add your connection string in Web.Config file like below:
  • 13. Demo • 2. Add a ReportViewer from Reporting Tab under Toolbox:
  • 14. Demo • 3. Now go to the Design View of your page. Select the ReportViewer control. Click on smart menu and click on “Design a new report”:
  • 15. Demo • 4. Now choose your Data Connection:
  • 16. Demo • 5. Now click on Next and select the “Student” table:
  • 17. Demo • 6. Click Finish, Click Next. An “Arrange Fields” page will popup. Move all columns from “Available Fields” to “Values” Field. Click on “Roll” column and uncheck the column:
  • 18. Demo
  • 19. Demo • 7. Now the “Values” Field will look like below:
  • 20. Demo • 8. Now click Next, click Next. Now choose your report style from left pane:
  • 21. Demo • 9. Now open your page in design view. Click on ReportViewer control. Click on smart menu. Select “Report1.rdlc” from “Choose Report” DropDown List:
  • 22. Demo • 10. Now run the project. Oops you will get the error “The Report Viewer Web Control requires a System.Web.UI.ScriptManager on the web form”:
  • 23. Demo • 11. To resolve the error add a “ScriptManager” in your page:
  • 24. Demo • 12. Now run the project. Hope you will get a report like below:
  • 25. Thankyou for Watching • Any Questions ?