rdlc

ReportViewer: Grouping / Repeating Table?

I'm not quite sure how to do this. I went to the resource: http://www.gotreportviewer.com/, but I couldn't find the exact answer. I'm using VS 2010 .NET Framework 4, so I assume I'm also using ReportViewer2008. Oh, and I am using RDLC files. They showed a table example where the data was grouped/sorted and they had Group Header and Grou...

RDLC file generating PDF and send via email

I'm generating PDF files from RDLC report programaticaly without a viewer (ASP.NET 2.0 C#). I would like to find a way to send it directly via email without downloading the PDF file. Thanks for any help. ...

How to bind data coming from dataset to header in rdlc reports?

Expected: I need to get values coming from the dataset to put them in the header. I've done some work around: -Create textboxs in the body area, populate them with the correct values coming from dataset. Get the values from the Header like this: ReportItems!txtFromBody.Value No luck! The header is filled out with the correct informati...

Avery 5168 Labels in RDLC

I am currently working on creating an RDLC report for the Avery 5168 labels. The report is being created in Visual Studio 2010 and the will be for mailing labels. The report should show the addresses 2x2 on each page of the report. I have tried several different solutions with no success. Any suggestions would be greatly appreciated. ...

RDLC VS2010 Adjust the height of a text-box corresponding to the font-size

When I design a RDLC-Report and change the FontSize of a text-box to a smaller value, the height of the text-box is not adjusted automatically. If I try then to adjust the height manually, it's very difficult to find the right height. Is there a simple possibility to adjust the height corresponding to the font size (in the designer)? ...

Is there a possibility to set the default font-size of a RDLC-Report in the designer

Is there a possibility to tell the designer or the report a default font-size, so that all new elements that are placed within the designer will take initially this font-size. ...

Passing Parameters to Sub Reports in RDLC Under VS 2010

Currently I'm working on a reporting website in VS 2010 using ASP.Net 4.0 and the 2010 RDLC designer. The report I'm building is similar to a Master-detail report, but I'm trying to do it with nested tables. My issue is that I'm trying to pass a field value from my main report to a sub report. The table setup looks something like this: ...

Binding an rdlc report with a business object

Is it possible to bind a rdlc report to a business object (.NET 4/VS 2010) In my report I have TextBoxes called Name and Email. Say I have an object Person with properties Name and Email. Can I bind the .rdlc with an object Person at runtime? ...

What I see isn't what I get in RDLC report

Design screen : Result: Why does it put that unwanted space between them? (By the way, my elements fit the page, it doesn't produce extra page caused by overflow) Thanks in advance. ...