Questions tagged [rdlc]

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.

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.

The ReportViewer control supports a local processing mode that allows you to run client report definition (.rdlc) files using the built-in processing capability of the control. The client reports that you run in local processing mode can be easily created in your application project.

References

See also the MSDN article on .rdlc files.

2990 questions
145
votes
13 answers

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 bug and if it is provided later on or if Microsoft wants to kill the RDLC or if they want us to use an external designer and when, which…
HCL
  • 36,053
  • 27
  • 163
  • 213
129
votes
12 answers

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 to the report, but the "Report Data" pane is nowhere to be found, so I can't fill the controls on my report. However, if I run the…
matthew_360
  • 5,901
  • 9
  • 32
  • 40
123
votes
10 answers

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 colleague suggested that I look into RDLC for that particular situation. I am now trying to get my head around the main…
Daan
  • 6,952
  • 4
  • 29
  • 36
67
votes
6 answers

Very High Memory Usage in .NET 4.0

I have a C# Windows Service that I recently moved from .NET 3.5 to .NET 4.0. No other code changes were made. When running on 3.5, memory utilzation for a given work load was roughly 1.5 GB of memory and throughput was 20 X per second. (The X…
RMD
  • 3,421
  • 7
  • 39
  • 85
59
votes
20 answers

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 and in the vertical direction to show groups. The tablix works as expected, as long as I set the width of the content area equal to…
HCL
  • 36,053
  • 27
  • 163
  • 213
54
votes
6 answers

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 be created at that time. I am using rdlc reports. Is there a way to automatically create a PDF from a RDLC report in the background?
Mike Wills
  • 20,959
  • 28
  • 93
  • 149
42
votes
3 answers

Display .RDLC report embedded in a DLL file

I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both. The problem is that if I try to set the ReportEmbeddedResource property of a ReportViewer control…
Jim
  • 11,229
  • 20
  • 79
  • 114
38
votes
8 answers

How do I add a column to an rdlc's dataset and have it appear for use in the report?

I have an rdlc that has a separately-defined dataset. The time has come that I have the need to add a column to one of the tables, which I can do without issue. However, when I open the rdlc to use the new column, it does not appear in the Report…
Mark Avenius
  • 13,679
  • 6
  • 42
  • 50
36
votes
3 answers

Rdlc tablix column header not repeating on every page "Repeat column header on every page" is already checked

Here is my tablix properties What Am I missing? Please help thanks!
SHINHAN
  • 685
  • 2
  • 12
  • 28
31
votes
4 answers

How to limit RDLC report for one page in a PDF ?

I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I am able to view the report perfectly. But the problem arises when I try to export the report to a PDF (using the built-in option). I print the…
Arvind
26
votes
5 answers

Row color and Alternate Row color for Table in RDLC Report

How do I give row color and alternate row color for a Table in RDLC report? When I googled I found most of the result says something like = iif(RowNumber(Nothing) mod 2, "Red", "White") OK! But where should I place this stuff? Any help will be…
Jith
  • 1,701
  • 3
  • 16
  • 22
26
votes
4 answers

rdlc report in vs2010, how do i repeat column header on every page?

How do I repeat column header (captions) in RDLC reports? It says here http://msdn.microsoft.com/EN-US/library/735D1EE7-3C89-46D8-A346-504DB10F33E1.aspx#TableNoGroups: To repeat or freeze column headings for the tablix member, select the static row…
deerchao
  • 10,454
  • 9
  • 55
  • 60
24
votes
2 answers

Create a parameter in rdlc report

I am a newbie to rdlc reports. I need to create a parameter that i will pass to a subreport. However I cannot find where in the report designer to create parameters.I am using VS 2010 Thanks in advance
Jed
  • 315
  • 1
  • 3
  • 8
24
votes
14 answers

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
rahularyansharma
  • 11,156
  • 18
  • 79
  • 135
23
votes
2 answers

How to concatenate values in RDLC expression?

I have an RDLC file in which I want to make an expression. Here is the image of properties of expression. I need to concatenate First Name, Last name and Middle Init.
asma
  • 2,795
  • 13
  • 60
  • 87
1
2 3
99 100