SlideShare una empresa de Scribd logo
1 de 25
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 ?

Más contenido relacionado

La actualidad más candente

Java Spring framework, Dependency Injection, DI, IoC, Inversion of Control
Java Spring framework, Dependency Injection, DI, IoC, Inversion of ControlJava Spring framework, Dependency Injection, DI, IoC, Inversion of Control
Java Spring framework, Dependency Injection, DI, IoC, Inversion of ControlArjun Thakur
 
SOLID Design Principles
SOLID Design PrinciplesSOLID Design Principles
SOLID Design PrinciplesAndreas Enbohm
 
React js programming concept
React js programming conceptReact js programming concept
React js programming conceptTariqul islam
 
Lets make a better react form
Lets make a better react formLets make a better react form
Lets make a better react formYao Nien Chung
 
Layouts in android
Layouts in androidLayouts in android
Layouts in androidDurai S
 
Building blocks of android
Building blocks of androidBuilding blocks of android
Building blocks of androidSiddhesh Palkar
 
Intro to react native
Intro to react nativeIntro to react native
Intro to react nativeModusJesus
 
Difference between .net core and .net framework
Difference between .net core and .net frameworkDifference between .net core and .net framework
Difference between .net core and .net frameworkAnsi Bytecode
 
React Router: React Meetup XXL
React Router: React Meetup XXLReact Router: React Meetup XXL
React Router: React Meetup XXLRob Gietema
 
Android Training (Storing & Shared Preferences)
Android Training (Storing & Shared Preferences)Android Training (Storing & Shared Preferences)
Android Training (Storing & Shared Preferences)Khaled Anaqwa
 
Introduction to Struts 1.3
Introduction to Struts 1.3Introduction to Struts 1.3
Introduction to Struts 1.3Ilio Catallo
 
Getting Started with React.js
Getting Started with React.jsGetting Started with React.js
Getting Started with React.jsSmile Gupta
 

La actualidad más candente (20)

Django
DjangoDjango
Django
 
Java Spring framework, Dependency Injection, DI, IoC, Inversion of Control
Java Spring framework, Dependency Injection, DI, IoC, Inversion of ControlJava Spring framework, Dependency Injection, DI, IoC, Inversion of Control
Java Spring framework, Dependency Injection, DI, IoC, Inversion of Control
 
Introduction to React Native
Introduction to React NativeIntroduction to React Native
Introduction to React Native
 
SOLID Design Principles
SOLID Design PrinciplesSOLID Design Principles
SOLID Design Principles
 
Vb.net ide
Vb.net ideVb.net ide
Vb.net ide
 
LINQ in C#
LINQ in C#LINQ in C#
LINQ in C#
 
React js programming concept
React js programming conceptReact js programming concept
React js programming concept
 
Lets make a better react form
Lets make a better react formLets make a better react form
Lets make a better react form
 
C# Async Await
C# Async AwaitC# Async Await
C# Async Await
 
Layouts in android
Layouts in androidLayouts in android
Layouts in android
 
Building blocks of android
Building blocks of androidBuilding blocks of android
Building blocks of android
 
Intro to react native
Intro to react nativeIntro to react native
Intro to react native
 
Difference between .net core and .net framework
Difference between .net core and .net frameworkDifference between .net core and .net framework
Difference between .net core and .net framework
 
React Router: React Meetup XXL
React Router: React Meetup XXLReact Router: React Meetup XXL
React Router: React Meetup XXL
 
Android Training (Storing & Shared Preferences)
Android Training (Storing & Shared Preferences)Android Training (Storing & Shared Preferences)
Android Training (Storing & Shared Preferences)
 
Java features
Java featuresJava features
Java features
 
Introduction to Struts 1.3
Introduction to Struts 1.3Introduction to Struts 1.3
Introduction to Struts 1.3
 
Beginners Guide to Drupal
Beginners Guide to DrupalBeginners Guide to Drupal
Beginners Guide to Drupal
 
Basics of VueJS
Basics of VueJSBasics of VueJS
Basics of VueJS
 
Getting Started with React.js
Getting Started with React.jsGetting Started with React.js
Getting Started with React.js
 

Destacado

Modelo de currículum
Modelo de currículumModelo de currículum
Modelo de currículumJuan 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 BuilderBiz Partner
 
Comunidad Emagister 43083 Microsoft Word 43082
Comunidad Emagister 43083 Microsoft Word   43082Comunidad Emagister 43083 Microsoft Word   43082
Comunidad Emagister 43083 Microsoft Word 43082fgrino
 
Binding radgridview into reportviewer
Binding radgridview into reportviewerBinding radgridview into reportviewer
Binding radgridview into reportviewerJunifar hidayat
 
Reportes y graficos en .net
Reportes y graficos en .net Reportes y graficos en .net
Reportes y graficos en .net Juan Villena
 
Programación visual con VB.NET
Programación visual con VB.NETProgramación visual con VB.NET
Programación visual con VB.NETYamil Lambert
 
Lenguaje de programacion de visual basic
Lenguaje de programacion de visual basicLenguaje de programacion de visual basic
Lenguaje de programacion de visual basicRosa Marina Mosquera
 
Visual Basic .NET
Visual Basic .NETVisual Basic .NET
Visual Basic .NETDavid
 

Destacado (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 a Rdlc (1)

crystalReport.pptx
crystalReport.pptxcrystalReport.pptx
crystalReport.pptxsamreen82
 
Crystal Reports Review
Crystal Reports ReviewCrystal Reports Review
Crystal Reports ReviewJustin 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 2019Microsoft 365 Developer
 
Crystal report
Crystal reportCrystal report
Crystal reportEverywhere
 
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 Integrationadivasoft
 
Database development with visual studio 2010
Database development with visual studio 2010Database development with visual studio 2010
Database development with visual studio 2010Abhimanyu Singhal
 
My First Report slide support
My First Report slide supportMy First Report slide support
My First Report slide supportSpagoWorld
 
Oracle Application Developmenr Framework
Oracle Application Developmenr FrameworkOracle Application Developmenr Framework
Oracle Application Developmenr FrameworkGurpreet singh
 
Fr net programmermanual-en
Fr net programmermanual-enFr net programmermanual-en
Fr net programmermanual-enMorenita Batista
 
Introduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingIntroduction to Oracle Fusion BIP Reporting
Introduction to Oracle Fusion BIP ReportingGurpreet 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 2019Microsoft 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 Dashboardhitforseo
 
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
 
Sql server 2012 tutorials reporting services
Sql server 2012 tutorials   reporting servicesSql server 2012 tutorials   reporting services
Sql server 2012 tutorials reporting servicesSteve Xu
 

Similar a 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
 

Último

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisamasabamasaba
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...Shane Coughlan
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfonteinmasabamasaba
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension AidPhilip Schwarz
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrandmasabamasaba
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...masabamasaba
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Bert Jan Schrijver
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastPapp Krisztián
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...masabamasaba
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrainmasabamasaba
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024VictoriaMetrics
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...masabamasaba
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationJuha-Pekka Tolvanen
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...Jittipong Loespradit
 

Último (20)

%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa%in tembisa+277-882-255-28 abortion pills for sale in tembisa
%in tembisa+277-882-255-28 abortion pills for sale in tembisa
 
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
OpenChain - The Ramifications of ISO/IEC 5230 and ISO/IEC 18974 for Legal Pro...
 
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
WSO2CON 2024 - WSO2's Digital Transformation Journey with Choreo: A Platforml...
 
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
%in kaalfontein+277-882-255-28 abortion pills for sale in kaalfontein
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand%in Midrand+277-882-255-28 abortion pills for sale in midrand
%in Midrand+277-882-255-28 abortion pills for sale in midrand
 
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
%+27788225528 love spells in Knoxville Psychic Readings, Attraction spells,Br...
 
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
Abortion Pills In Pretoria ](+27832195400*)[ 🏥 Women's Abortion Clinic In Pre...
 
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
Devoxx UK 2024 - Going serverless with Quarkus, GraalVM native images and AWS...
 
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
WSO2Con2024 - From Code To Cloud: Fast Track Your Cloud Native Journey with C...
 
Architecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the pastArchitecture decision records - How not to get lost in the past
Architecture decision records - How not to get lost in the past
 
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
%+27788225528 love spells in new york Psychic Readings, Attraction spells,Bri...
 
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
%in Bahrain+277-882-255-28 abortion pills for sale in Bahrain
 
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
Large-scale Logging Made Easy: Meetup at Deutsche Bank 2024
 
WSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security ProgramWSO2CON 2024 - How to Run a Security Program
WSO2CON 2024 - How to Run a Security Program
 
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
Abortion Pill Prices Tembisa [(+27832195400*)] 🏥 Women's Abortion Clinic in T...
 
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
%+27788225528 love spells in Boston Psychic Readings, Attraction spells,Bring...
 
What Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the SituationWhat Goes Wrong with Language Definitions and How to Improve the Situation
What Goes Wrong with Language Definitions and How to Improve the Situation
 
WSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaSWSO2CON 2024 Slides - Open Source to SaaS
WSO2CON 2024 Slides - Open Source to SaaS
 
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
MarTech Trend 2024 Book : Marketing Technology Trends (2024 Edition) How Data...
 

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 ?