reportviewer Questions

6

Solved

Using the viewer control for display of SQL Reporting Services reports on web page (Microsoft.ReportViewer.WebForms), can you move the View Report button? It defaults to the very right side of the ...
Granulite asked 21/8, 2008 at 18:42

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

5

Solved

I'm feeding a ReportDataSource with a query using Dapper. However, I have an empty report, even with an IEnumerable loaded data. When you spend a Datatable works. How do I pass data from a query u...
Busybody asked 19/7, 2013 at 20:58

15

I am trying to use the report viewer in asp.net and have uploaded my site. However, when my page containing the report viewer is loaded, it shows the following error: Could not load file or asse...
Indite asked 11/5, 2013 at 4:40

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

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

2

Solved

Hey all I am pulling out my hair trying to figure out why this is telling me that there are duplicates of the key for ReportViewerWebControlHandler. This is what my web.config file looks like (o...
Epigrammatist asked 31/1, 2018 at 19:28

4

Solved

HY! I have a form application in visual studio 2010 and I want to create a report with report viewer and to add some parameters. I tried to add parameters from code but it didn`t work. I have this ...
Kalagher asked 24/2, 2011 at 11:7

7

Solved

I user reportviewer for my winform app!!! now when i select reportviewer control from toolbox and add that to page controler, any thing not shown on form designer , but bottom of page the name of ...
Meyer asked 27/1, 2015 at 20:52

5

Solved

I have reports in SSRS 2005. I am using remote reports. In IE, the print button shows, but in Firefox and Chrome, the print button does not show. My reports are shown in jquery UI dialogs, so I ca...
Nineteenth asked 17/11, 2010 at 19:44

5

When I goto my site I get this error... Error 101 Could not load file or assembly 'Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its...
Wharfage asked 13/2, 2013 at 15:59

5

Solved

I am using sql reporting and written query SELECT * FROM users WHERE created_by = @createdby and passing parameter using this code in code behind file to call this report. param[0] = new Repor...
Evertor asked 14/11, 2011 at 9:43

16

Solved

In my asp.net application, I am trying to open a particular report. I have the ReportViewer Control set with width of 100% and height of 100%. Now I expect that to mean that the report will take up...
Irrawaddy asked 22/4, 2009 at 19:4

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

9

Solved

Is there a way to put a SQL Server Reporting Services report viewer control on an ASP.net MVC view? If not...what is the best way to accomplish this?
Pipestone asked 9/11, 2010 at 19:50

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

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 get the following error in my reportviewer report when I upgraded from Visual Studio 2015 Community to Visual Studio 2017 Community. Microsoft.Reporting.WinForms.LocalProcessingException: 'An er...
Colorable asked 9/5, 2017 at 12:5

2

Solved

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 parame...
Fob asked 18/7, 2021 at 10:52

7

Solved

The project is ASP.NET 2.0, I have never been able to reproduce this myself, but I get emails informing me it happens to clients many times a week, often a few times in a row. Here is the full err...
Credit asked 7/10, 2008 at 14:4

4

Solved

I'm interested in creating a custom Export to Excel option for my Report in ReportViewer. This is mostly because I want pdf disalbed and I did that via: ReportViewer1.ShowExportControls = false; ...
Massimo asked 16/8, 2010 at 14:20

11

Solved

I am using the reportviewer control from VS 2010 to create client side reports (rdlc). Everything is working fine on my development machine, and when I manually compile (via VS2010) and manually de...
Thyestes asked 30/6, 2010 at 20:15

3

Solved

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 render...
Cornflower asked 13/7, 2009 at 5:55

5

I want to render big non-graphical reports (thousands of pages) in the code level, omitting the ReportViewer control that just jams the browser, from the .rdlc files. When I test to render a report...
Oversight asked 24/10, 2011 at 8:32

4

Solved

I have an ASP.NET app that exposes a Microsoft ReportViewer (actually an MVC3 app with one WebForm hosting the ReportViewer). When running large reports, a timeout occurs causing the request to sto...
Soundless asked 1/9, 2011 at 15:12

© 2022 - 2024 — McMap. All rights reserved.