I have a table in a RDLC report which is utilized as a subreport, and the first column of this table is a static string. Does anyone know how I can determine if a row is the first in the table. I tried using "=First("My String")" but it didn't work.
...
I'm using ReportViewer WinForms, and since it is no easy way to create an coversheet, then I wonder, is it possible to render two reports and have them concatenated?, so they appear as one report?
If I was to print only, then I could execute two reports after each other, but since the user want to see the report before printing (you kno...
Do anyone have good ideas of how to modify the toolbar for the WinForms version of the ReportViewer Toolbar?
That is, I want to remove some buttons and varius, but it looks like the solution is to create a brand new toolbar instead of modifying the one that is there.
Like, I had to remove export to excel, and did it this way:
// Disa...
In some instances, I prefer working with custom objects instead of strongly typed datasets and data rows. However, it seems like Microsoft Reporting (included with VS2005) requires strongly typed datasets.
Is there a way to use my custom objects to design and populate reports?
...
I have a RDLC report which has a table, calling a subreport N times. This works perfectly in the control viewer and when I export to PDF. Yet when I export to Excel, I get the following error:
Subreports within table/matrix cells
are ignored.
Does anyone know why this occurs only within the Excel export? And is there a workarou...
What is the best way to dynamically create RDLC xml as input to VS2005 Report Viewer?
I would like to autosize columns based on the data sizes. I would also like to programmatically control what columns are displayed.
...
I am working on an application that loads a generic list of objects into an RDLC report, which is then rendered on the client machine using the webforms report viewer control. It renders fine and exports fine, but if I try to print it, it spools maybe 500k to the printer and then stops responding.
...
I have a RDLC report that I'm having problems with page breaks. The report has a group that has enough records to display that do not fit on one page. This report renders fine in Normal Mode, but when I switch to Print Mode, "extra" page breaks that were not there before appear. This is causing the report to print on more pages than nece...
I have a report that is used by a windows service and a form application. So, I want to put embed the report in a DLL file that can be used by both.
The problem is that if I try to set the ReportEmbeddedResource property of a ReportViewer control in my windows form app, it will search the windows form app for the resource, not the dll ...
Is there anyway to make RDLC reports size dynamically? I mean by changing its size, every elements scale appropriately.
...
Does anyone know a good resource to show how to create a rdlc report to produce a purchase order report. I work with datasets rather than custom objects and use VB.net.
The typical scenario
PO Header Table
PO Detail Table contains po lines
Supplier Table so can look up the supplier address.
I have experimented with subreports but I...
I'm trying to print a RDLC file directly without showing Microsoft Report Viewer, I have followed the MSDN's example but now, every time I call the "Render" method of my instance of LocalReport class it throws the "One or more parameters required to run the report have not been specified." exception.
Can anyone tell me which parameter i...
I am looking for a way to add a "subreport" (or something equivilent) to the header of a RDLC report in Visual Studio 2008. I have a block of information that I would like to pass in via a parameter, but I only want to display it once. Any help would be appreciated!
...
Hello Everybody,
I Have an Image in rdlc report.
in the report i set visibility to false
I want that when I Export to PDF or EXCEL
To set the Image visibility to true.
How do I do This?
Is The a way to Catch the Export Event ?
I don`t want to create a custom 'export'.
Thanks …
...
Does anyone know of a way to change the height of a Page Header in a RDLC report? I have a textbox that has line breaks and would like the height of the Page Header to expand if there are more than one line. Does anyone know how to do this? Let me know if you need more information.
...
i'm trying to create a RDCL report with the follow requirements:
The datasource is a master business object that also has a child business object.
I want to show some data of the master BO using a List.
I want to show the details of the child BO using a Table.
I do not want to use subreports.
I do not want to flatten my object graph an...
Hello ,
I have a RDLC report and I am displaying it on the Report Viewer Control in my front end application. I get the report perfectly and theres no problem in it.
But the problem arises when I try to export the report to a PDF (using available option - basically the inbuilt option).
I get the report in 3 pages whereas my client wan...
I have an web application which serves SQL reporting services reports via the reportviewer control. Because of the complexity of some of the reports I use rdlc reports attached to business objects.
Now I would like to expand the system and allow some form of user-defined reports. Ideally I would like the users to connect their reports t...
In Visual Studio 2005, how can I show a report in ReportViewer control directly on Print-preview mode?
...
In Visual Studio 2005, how can I load a font from a file and use it on a RDLC report?
I know how to load a font from a file thanks to this question, but i'm not able to use it in a RDLC report.
...