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
9
votes
1 answer

How to get specific row from Dataset in RDLC report

I have three textboxes. Each text box will show a value which get from first row, second row and third row of "MyDataset" Dataset. My Dataset contain about these ____SEQ_NO____|____USER__ 1 | Beckham 2 | Cantona 3…
Fame th
  • 1,018
  • 3
  • 17
  • 37
9
votes
4 answers

RDLC Expression Extension Methods

Is it possible to write extension methods for expressions behind RDLC fields? For example, let's say that I have a DateTime field in my datasource that may either have a valid value or may be null. I drag and drop a TextBox onto my RDLC and format…
user284654
9
votes
5 answers

Visual Studio 2010 is asking to convert RDLC created on VS2008 to RDLC 2008 format?

I've created my project on Visual Studio 2008, as well RDLC files on it. But now, when I open the solution on Visual Studio 2010 and want to open RDLC file, it's showing me a warning. That's a little funny. The report was created on VS2008 and…
Junior Mayhé
  • 16,144
  • 26
  • 115
  • 161
9
votes
4 answers

How do I adjust overall width of rdlc report when some columns are hidden?

I have a customizable rdlc report where the user can choose which columns to show. All the columns are included in the report designer, and I use parameters to hide/show columns based on the user's choice. The report renders correctly, and only…
user115487
  • 151
  • 3
  • 8
9
votes
4 answers

How to Update Dataset for RDLC Reports

I have created DataSet for RDLC reports. Now i have changed my Stored Procedure by adding some new Columns to it. DataSet contains different Stored Procedures, now how can i update the DataSet with out deleting and Re Creating it. So that new added…
Shahid Iqbal
  • 2,095
  • 8
  • 31
  • 51
9
votes
1 answer

VS ReportViewer RDLC - how to prevent a table from pushing down other items?

I have a narrow table on a report with 6 columns. The table has to hold 1 - 4 rows, depending on the data. I designed the report so that there is enough white space to accommodate 4 rows. I want to use the space on the right side of the table. When…
cdonner
  • 37,019
  • 22
  • 105
  • 153
9
votes
2 answers

Visual Studio RDLC Log File Location?

Upon loading a subreport, I receive the message Data retrieval failed for the subreport, 'subPerformanceCover', located at: PerformanceCover.rdlc. Please check the log files for more information. Where is the log file located?
Shane LeBlanc
  • 2,633
  • 13
  • 42
  • 74
9
votes
1 answer

How to refer to the value of a textbox in an expression window (Local Report)?

The expression window doesn't need to be the expression window you can open by right-clicking the textbox -> choosing Expression. A textbox has some expression windows which are Font-related expression windows, Alignment-related expression windows,…
Hopeless
  • 4,397
  • 5
  • 37
  • 64
9
votes
1 answer

Where can I find the xml schema (xsd) that targets the Visual Studio Report Designer namespace

The reason why I would need this is to create .rdlc files programmatically that could then be opened in Visual Studio Report Designer. I know the report definition xsd is readily available, but require the report designer xsd (denoted by the "rd"…
cyanos
  • 161
  • 1
  • 7
9
votes
6 answers

The enable externalimages property has not been set for this report?

I am trying to add an external photo as the logo along with the report on the report.rdlc file. I have this error The enable externalimages property has not been set for this report ? Here is my code. try { …
Saqi
  • 151
  • 2
  • 5
  • 12
8
votes
5 answers

How to embed a Font in a PDF with RDLC

i am using Microsoft.Reporting.WebForms.LocalReport to generate some PDF, everything works like a charm, but now evil marketing wants to use a custom font (they are using such crazy arguments as "corporate identity" and stuff). i already goggled…
marc.d
  • 3,804
  • 5
  • 31
  • 46
8
votes
1 answer

RDLC and Visual Studio 2022

We started using Visual Studio 2022, but after few days we'v got this terrible news: VS2022 doesn't support RDLC designer. Is there a workaround? Sure we can continue to use VS2019 in parallel, but it's too uncomfortable.
kiafiore
  • 1,071
  • 2
  • 11
  • 27
8
votes
2 answers

RDLC issues on monitors with higher recommended scaling

I'm on .net framework 4.8 in my WPF app and I have two usages on RDLC. 1st is a fully fetched ReportViewer that uses a DataTable from postgres, 2nd is just a LocalReport with small number of parameters rendered as EMF and printed directly with use…
hakamairi
  • 4,464
  • 4
  • 30
  • 53
8
votes
0 answers

RDLC Local report viewer for ASP.NET Core v3.x

I have a lot of reports with Microsoft Report. I have migrated all my other projects to ASP.NET Core v. 3.1. I want to keep my report in rdcl because are easy to update in Visual Studio. In my solution I added
Enrico
  • 3,592
  • 6
  • 45
  • 102
8
votes
0 answers

how to edit rdlc report without using visual studio

I am now working on Sql Server Management Studio and Visual Studio C#. I created an Stored Procedure to retrieve data from tables in database. Using the result dataset , I created a rdlc report using visual studio report designer. I will install…
A.Zain
  • 91
  • 1
  • 3