Top "Rdlc" questions

Client Report Definition (.rdlc) files are files that allow a ReportViewer control to use its built-in processing capability to generate a Sql Server Reporting Services (SSRS) report.

Missing Microsoft RDLC Report Designer in Visual Studio

In Visual Studio 2015, I cannot find the designer for RDLC reports anymore. Does anyone know if this is only a …

reportviewer rdlc visual-studio-2015
Why can't I see the "Report Data" window when creating reports?

I'm creating RDLC reports in VS10. When the program is NOT running, I can see the toolbox, and add controls …

visual-studio-2010 rdlc
Creating a PDF from a RDLC Report in the Background

I am running a month-end process and want to have it automatically create some of the reports that need to …

c# pdf reportviewer rdlc
When to use RDLC over RDL reports?

I have been studying SSRS 2005 / 2008 in the past weeks and have created some server side reports. For some application, a …

reporting-services rdlc rdl
Empty pages in RDLC-Report

I have a rdlc report that conains a tablix, nothing other. The Tablix expands in horizontal direction to show days …

reportviewer rdlc
A data source instance has not been supplied for the data source"Product_Detail" in Microsoft reporting service

I`m trying to display record in a Report. Data is in the Dataset. but it is not binind to …

c# reportviewer rdlc
The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file

The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add …

asp.net visual-studio-2008 httphandler rdlc
How to merge multiple pdf files (generated in run time)?

How to merge multiple pdf files (generated on run time) through ItextSharp then printing them. I found the following link …

c# asp.net pdf itextsharp rdlc
How to Change Date Format in .net RDLC Report?

I need to set my date column as 01-Jan-2013, what is the format to acheieve this in rdlc? I have …

sql dataset rdlc datetime-format
rdlc expression iif use?

In an rdlc report I want to compare integers like if(expression) { // do something } else if(expression) { // do something else } …

rdlc