localreport Questions

15

Solved

I'm trying to populate a DataTable, to build a LocalReport, using the following: MySqlCommand cmd = new MySqlCommand(); cmd.Connection = new MySqlConnection(Properties.Settings.Default.dbConnectio...
Springe asked 23/10, 2008 at 11:41

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

5

Solved

I am automatically creating a PDF from some of our reports in a month-end process. I am running into a problem where ReportViewer.LocalReport can't find my report. Within the project, the report fi...
Ides asked 23/4, 2010 at 21:28

3

Solved

I'm trying to create a local SQL Server Reporting Services report (.rdlc file) and connect this report to some data sets that I generate in code (no direct SQL Server connection). I create a Repor...
Axum asked 1/12, 2014 at 11:36

0

I have a window service the prints certain documents with image using the PrintDocument class. Occasionally, I'm encountering this error upon printing "The data area passed to a system call is too ...
Succulent asked 27/2, 2018 at 10:2

4

I'm using .Net 4.5 and ReportViewer 11 in local mode. My reports are rendered very slowly (10 min). I found in this post that adding <trust legacyCasModel="true" level="Full"/> to web.config ...
Unmindful asked 11/9, 2013 at 9:42

3

Solved

I was searching in the last question about Datatable as datasource in ReportViewer and i found this as solution DataTable table = new DataTable(); table.Columns.Add("value", typeof(string)); table...
Scarlatti asked 24/12, 2015 at 22:31

1

Solved

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 expres...
Tangelatangelo asked 3/5, 2013 at 15:16

2

I would like to render an RDLC report in HTML within an ASP.NET MVC project. I successfully made a prototype that renders an RDLC report in PDF, Excel, and TIFF image, with the help of this artic...
Given asked 3/11, 2011 at 6:48
1

© 2022 - 2024 — McMap. All rights reserved.