Top "Localreport" questions

Represents a report that is processed and rendered locally without connecting to a report server.

Rendering an RDLC report in HTML in ASP.NET MVC

I would like to render an RDLC report in HTML within an ASP.NET MVC project. I successfully made a …

asp.net-mvc reporting reportviewer rdlc localreport
Getting the relative path to the rdlc report in my winform app

I am automatically creating a PDF from some of our reports in a month-end process. I am running into a …

c# winforms reportviewer relative-path localreport
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 …

c# winforms report rdlc localreport
.NET DataTable skips rows on Load(DataReader)

I'm trying to populate a DataTable, to build a LocalReport, using the following: MySqlCommand cmd = new MySqlCommand(); cmd.Connection = new …

.net datatable datareader localreport