Reports - Raj Kaimal

Browse by Tags

All Tags » Reports (RSS)

Adding an expression based image in a client report definition file (RDLC)

In previous posts, I showed you how to create a report using Visual Studio 2010 and how to add a hyperlink to the report .  In this post, I show you how to add an expression based image to each row of the report. This is similar to displaying a checkbox...
Posted by rajbk | 2 comment(s)

Adding a hyperlink in a client report definition file (RDLC)

This post shows you how to add a hyperlink to your RDLC report. In a previous post , I showed you how to create an RDLC report. We have been given the requirement to the report we created earlier , the Northwind Product report, to add a column that will...
Posted by rajbk | 5 comment(s)
Filed under: , , ,

Creating an ASP.NET report using Visual Studio 2010 - Part 3

We continue building our report in this three part series. Creating an ASP.NET report using Visual Studio 2010 - Part 1 Creating an ASP.NET report using Visual Studio 2010 - Part 2 Adding the ReportViewer control and filter drop downs. Open the source...

Rendering an RDLC directly to the Response stream in ASP.NET MVC

The following post shows you how to render an RDLC (Client Report Definition File) in a MVC project. For this tutorial, I am using VS 2008 with MVC 2 Beta . I will also be using the priceless Northwind database and the report will contain a list of customers...
Posted by rajbk | 12 comment(s)

How to render client report definition files (.rdlc) directly to the Response stream without preview

  Note: I cover this technique in a more recent post here : Rendering an RDLC directly to the Response stream in ASP.NET MVC   A ReportViewer control is normally used to open a report definition file , process it and load it into the viewing...
Posted by rajbk | 43 comment(s)
Filed under: , , , ,
More Posts