rdlc Questions

4

We have an Asp.Net page running a RDLC Local report against an Oracle database in the backend, which is ridiculously slow when exporting to an Excel spreadsheet. I've done some investigation and es...
Heathen asked 21/5, 2014 at 15:38

16

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...
Jeer asked 3/1, 2011 at 18:22

4

Using ASP.NET 4.0, I'm creating an RDLC stream by instantiating a Microsoft.ReportingServices.RdlObjectModel.Report, setting the Code property, and returning the stream using the RdlSerializer. Th...
Perla asked 14/11, 2011 at 21:1

10

Solved

I create a specific report.rdlc then i want to add new datatable to my report . But after changing the data set ,trying to add new dataset to my report . The visual studio is crashing every time ...
Exploitation asked 10/12, 2016 at 15:17

3

Solved

Situation: My report uses several ReportViewer Textbox controls which grow and shrink, depending on the size of the bound text. When the text in the ReportViewer textbox control is too long to fit ...
Remember asked 17/4, 2009 at 14:10

3

Solved

I am using Visual studio 2015 community report viewer version 12 to show rdlc reports in my c# project. here is normal A4 page report its works fine for windows xp, vista, win 7 on client PCs b...
Lambertson asked 21/8, 2018 at 10:20

11

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 o...
Ulent asked 23/7, 2013 at 5:54

2

Error: An error occurred during local report processing. The definition of the report 'Include\Impresiones\Rport.rdlc' is invalid. The definition of this report is not valid or supported by this v...
Helmick asked 2/3, 2022 at 20:1

3

Solved

I have tablix named tablix2 and have 3 columns ,I want to calculate rows sum and count in 2 textboxes out of the tablix scope, I try this expression. =RowNumber("Tablix2") And =CountRows("Tabli...
Slouch asked 27/11, 2013 at 7:50

7

In my project i have created .rdlc file in xml formate, i want to see my report but it's not showing in design view. How can i get this? Can any one please help me.
Katey asked 21/7, 2012 at 6:58

7

I searched Google for days to show images on .rdlc datareports but still not found a solution. I have set: reportViewer1.LocalReport.EnableExternalImages = true; Image properties to "External" and ...
Linetta asked 15/1, 2010 at 9:0

14

Solved

The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporti...
Sorayasorb asked 19/9, 2012 at 5:1

3

Solved

I have an AspNet MVC project in Visual Studio 2017 that was previously developed in Visual Studio 2015. This project contains many rdlc files that were working fine until I edited one of them. Now,...
Pork asked 13/7, 2017 at 20:37

4

Solved

I have an application where I have to print a RDLC report without showing the printDialog and using the default specified printer defined in the application. Below is my test implementaion code. ...
Oliverolivera asked 18/7, 2013 at 7:0

5

I installed Microsoft Reporting Services Projects VS2019 extention and ssdt based on this link on vs 2019 : https://learn.microsoft.com/en-us/sql/ssdt/download-sql-server-data-tools-ssdt?view=sql-s...

4

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...
Expugnable asked 8/3, 2010 at 22:3

5

Solved

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 ...
Registrant asked 28/2, 2019 at 18:51

3

I have an SQL database with skuno and qty columns, with the varchar(50) data type and an int data type respectively. Here are the columns : skuno qty ----------------- 78654 - 100 65495 - 12...
Cortex asked 15/4, 2015 at 5:14

1

Solved

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...
Crapshooter asked 16/2, 2022 at 8:37

3

The newest Report Viewer for Visual Studio 2017 has some bugs that prevent us from using it. We’ve downgraded to Microsoft ReportViewer Runtime 2015 for Web Forms (v 12.0.2402.15). However, the rep...
Egmont asked 30/9, 2017 at 1:25

13

Solved

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 w...
Mach asked 23/7, 2015 at 8:0

2

Solved

Lets say that I have 10 columns to view report and I want to hide 3 of these columns at runtime based on the value of parameter which the user would select. This can be easily done by setting the c...
Plunger asked 28/4, 2013 at 11:2

4

I am working on a new RDLC report (as part of a WinForms application) and I need to have the report take a simple table (6 columns of simple data), and for each row in the table, display a box that...
Faradize asked 19/5, 2015 at 18:10

20

Solved

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 lo...
Virility asked 28/1, 2011 at 17:1

4

Solved

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 sorte...
Pesticide asked 7/9, 2011 at 15:4

© 2022 - 2024 — McMap. All rights reserved.