C# Tutorial - How to create RDLC Report using Microsoft Report Viewer | FoxLearn

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
Welcome to the FoxLearn Today we will learn how to use report viewer control First, You need to add a Report Viewer and Button to Form 1 Your customer information show in report viewer when you click the load button Microsoft Visual Studio 2013 includes report design functionality and ReportViewer controls so that you can add full-featured reports to custom applications Reports may contain tabular, aggregated, and multidimensional data ReportViewer controls are provided so that you can process and display the report in your application There are two versions of the control The ReportViewer Web server control is an ASP.NET AJAX control used to host reports in ASP.NET AJAX projects The ReportViewer Windows Forms control is used to host reports in Windows application projects Both controls can be configured to run in local processing mode or remote processing mode You need to download Northwind database to play the demo We will use entity framework to get data from the customer table Entity Framework is an object-relational mapper that enables .NET developers to work with relational data using domain-specific objects It eliminates the need for most of the data-access code that developers usually need to write You can see the connection string auto generated in config file A connection string contains initialization information that is passed as a parameter from a data provider to a data source Connection strings used by the Entity Framework contain information used to connect to the underlying ADO.NET data provider that supports the Entity Framework They also contain information about the required model and mapping files We will set the DataSource to report, then add a page header and page footer to report A report can contain a header and footer that run along the top and bottom of each page, respectively Headers and footers can contain static text, images, lines, rectangles, borders, background color, and background images You cannot add data-bound fields or images directly to a header or footer However, you can write an expression that indirectly references a data-bound field or image that you want to use in a header or footer You can drag and drop the column from the report data tab to report file and arrange this according to your own requirement We will add a page number to report To display a page number in the header or footer of a report, create a text box in the footer and add the following expression Thank you for watching this video
Info
Channel: Fox Learn
Views: 143,847
Rating: undefined out of 5
Keywords: RDLC Report, rdlc report c# example, c# report viewer, reportviewer c#, Microsoft Report Viewer, RDLC Report in C#, c# report viewer tutorial, rdlc report in c# tutorial, report viewer c#, report viewer, rdlc report c# tutorial, how to create report in c#.net, c# reporting, rdlc report in c# windows application, report in c#.net, rdlc report in c# winforms, report viewer visual studio 2015, c# reporting services, c#, rdlc, foxlearn, .net, reporting, c# winforms, rdlc report c#
Id: b-pklSyx75M
Channel Id: undefined
Length: 7min 8sec (428 seconds)
Published: Mon Nov 23 2015
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.