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
23
votes
4 answers

SSRS tablix Merging cells vertically problem

I found the colspan and rowspan property defined in TablixCell,but in report Designer still can't vertical merge cells,if i modify the RDL xml file manually set Rowspan,the reportViewer show me error info:RowSpan must be 1 for CellContents inside a…
guaike
  • 2,471
  • 9
  • 31
  • 42
23
votes
5 answers

How to create report (RDLC) without database?

Problem When you create a report (RDLC) the datasource seems to be only this or that database. Is there any way to convince VS to establish a link to memory data source? Something similar to WPF databinding. The issue is, I would like to create a…
greenoldman
  • 16,895
  • 26
  • 119
  • 185
23
votes
15 answers

RDLC Report Data doesn't update to reflect changes

On my RDLC page, the "Report Data" window shows a custom dataset that it pulls fields from to display. I've modified this DataSet with some additional tables. However, these tables aren't shown and therefore I'm unable to select them for use in…
Wayne Molina
  • 19,158
  • 26
  • 98
  • 163
23
votes
3 answers

Suppress warning for rsOverlappingReportItems

Is there a way to suppress the following warning? warning rsOverlappingReportItems: The image 'image3' and the image 'image1' overlap. Overlapping report items are not supported in all renderers.
David Gardiner
  • 16,892
  • 20
  • 80
  • 117
22
votes
10 answers

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 them. When forms load it shows it report layout. But when i click on the button it show errors. below is my code. using…
Haris
  • 1,179
  • 7
  • 15
  • 32
20
votes
6 answers

Visual Studio 2010 Local SSRS Report (.rdlc) with Object Data Source

I've created more projects using ReportViewer 2005 and 2008 in local processing mode than I can count on my hands. All Visual Studio 2005 or 2008 ASP.NET web forms projects. I always used some flavor of Object data source for the reports. Tonight, I…
Cᴏʀʏ
  • 105,112
  • 20
  • 162
  • 194
20
votes
1 answer

Repeat a RDLC ReportViewer subreport

I'm really new to RDLC so please forgive me if I'm missing something obvious. I have some data that needs to get repeated, based on a 1:Many dataset that's linked to the main report. It's not something that can be displayed in a tabular fashion…
Johnny Bones
  • 8,786
  • 7
  • 52
  • 117
20
votes
11 answers

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 given =CDate(Fields!IssuingDate.Value).ToString("dd-mmm-yyyy") its not working correctly. Any one post me the format for 02-Jul-2013.
Stephen L
  • 351
  • 2
  • 6
  • 18
20
votes
5 answers

Issues Setting RDLC Datasource to Object

Background: I've been tasked with converting an Access database application to ASP.Net C# MVC. This is my first MVC application. There are 10 reports that need converting. We're using RDLC files and reportviewer. I'm using Visual Studio 2010 with…
War2d2
  • 247
  • 1
  • 2
  • 10
19
votes
1 answer

How do I get page numbers to appear on rldc microsoft reports (local mode) when exported to pdf?

I need the page numbers to appear on the pdf export of the report. I'm using reportviewer 9. Anyone know how to do this? Thanks, Isaac
Isaac Bolinger
  • 7,328
  • 11
  • 52
  • 90
19
votes
6 answers

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 but that method requires the pdf names considering that the pdf files stored and this is not my case . I have multiple reports…
Anyname Donotcare
  • 11,113
  • 66
  • 219
  • 392
16
votes
5 answers

Rendering .rdlc reports with ASP .NET Core

Is it possible to render .rdlc reports with ASP.NET Core? Currently this only seems to be possible if I target the .NET Framework as opposed to .NET Core. I don't need a report viewer I just need to render the results of an .rdlc report as a byte…
Muaddib878
  • 336
  • 1
  • 4
  • 11
16
votes
5 answers

Change RDL version for RDLC Reports in Visual Studio 2017

I have a project in Visual Studio 2017 with .NET Framework 4. For reports I use the RDLC designer, but I have a problem. The designer creates the reports using RDL 2016 and I need you to use the 2010 definition. Can I configure this? I need it since…
16
votes
4 answers

How to toggle (Expand/Collapse) group data in rdlc

In my rdlc report,I want to show my group data just like this example-- When I click (+) sign group data under the name will expand and When I click (-) sign group data under the name will collapse.I find resources for SSRS report, but nothing…
Mohammad Sadiqur Rahman
  • 5,379
  • 7
  • 31
  • 45
15
votes
4 answers

RDLC Report is not sorted the way I tell it to

I've got an RDLC report that looks great, but strangely the data is not sorted the way I specified in the XSD file that I'm using as a DataSource. When I "Preview Data" in the XSD file, it is sorted correctly. I can't find any setting that would be…
SaltyDog
  • 323
  • 1
  • 3
  • 6