Questions tagged [rdlc]

Client Report Definition (.rdlc) files are files that allow a ReportViewer control to use its built-in processing capability to generate a Sql Server Reporting Services (SSRS) report.

Client Report Definition (.rdlc) files are files that allow a ReportViewer control to use its built-in processing capability to generate a Sql Server Reporting Services (SSRS) report.

The ReportViewer control supports a local processing mode that allows you to run client report definition (.rdlc) files using the built-in processing capability of the control. The client reports that you run in local processing mode can be easily created in your application project.

References

See also the MSDN article on .rdlc files.

2990 questions
4
votes
7 answers

Page Breaks in RDLC Report?

I have an RDLC report that I'm having problems with page breaks. The report has a group that has a number of records 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…
John
4
votes
1 answer

What are the good tutorial sites to learn rdlc reportdesigning?

Any one knows what are the good tutorials available in net to have some good idea about rdlc report designing.specially grouping,subtotal,joining,sub report, binding multiple datasets to report...like stuffs. I dont need a tutorial like how to bind…
Aruni Godage
  • 907
  • 4
  • 12
  • 17
4
votes
7 answers

SubreportProcessing Event not Firing

I'm using rdlc reports in WPF, so have done so using WindowsFormsHost wrapper. The rdlc report I'm looking for run has a subreport embedded in it, and I'm setting the data source of that using the SubreportProcessing event of the…
Mairead
  • 131
  • 1
  • 2
  • 4
4
votes
1 answer

Wrap table to multi columns in RDLC

A dynamic list (name, page number) need to be generated to RDLC report. But I need to wrap it to three columns like this. Any solution for this?
aiyagaze
  • 884
  • 2
  • 8
  • 14
4
votes
3 answers

RDLC: An error occurred during local report processing

I am encountering a problem when I upload my application in the file server, If I run the report that is included in my web application, a problem is occurred: An error occurred during local report processing. The definition of the report…
4
votes
1 answer

Generating report from rdlc xml string

I'm facing an issue when generating reports. I should generate report dynamically using all data from database for it (source name and rdlc report that stores as xml string) So I solved problem next way: Create local rdlc file with report xml…
Serhii Kyslyi
  • 1,745
  • 24
  • 43
4
votes
3 answers

Save RDLC reports as PDF programmatically

I have a report that I need to run multiple times and save as PDFs. I am currently generating the report as a PDF programatically but want to save the reports without the user having to choose the save option manually each time. The code I use to…
monkeypushbutton
  • 196
  • 1
  • 9
  • 21
4
votes
2 answers

set a textbox at the bottom part of .rdlc report

I am using a tablix in my .rdlc report. There is a textbox with text "Signature". I want to place this textbox at the bottom side (just before the page footer) on the last page of the report. I have googled for this solution. but no satisfactory…
s.k.paul
  • 7,099
  • 28
  • 93
  • 168
4
votes
2 answers

Using multiple datasets in RDLC

I am working on rdlc reports, and the reports work just fine. I got stuck when I added one more dataset to the rdlc file. On adding the dataset, it added a data source as well. I ran the project, and the report was no more working giving the error:…
Ali Shah Ahmed
  • 3,263
  • 3
  • 24
  • 22
4
votes
0 answers

rdlc report moves textboxes that was aligned

When I created the reportviewer, all the items were aligned. (labels -textboxes that aren't databound underneath each other) and then textboxes (that are databound underneath each other), but when I run the report, it is muddled and misaligned. …
Kerieks
  • 1,042
  • 7
  • 25
  • 53
4
votes
1 answer

Report viewer export to pdf doesnot embed font

I have a local report (rdlc) which uses Arial as the font. When I export the report with report viewer 2010 control (Winforms) to PDF it will not use the proper font. It uses Helvetica instead of Arial. Can font embedding be forced? I read that…
Roland Deschain
  • 659
  • 11
  • 21
4
votes
1 answer

Issue Report Export to Excel in RDLC Report

I have added an RDLC Report in my .Net Application. Data generates in reports with Proper design. But when I tried to export it into Excel, I get some columns Merged in more than one Cells... How can I prevent Columns into merging cells ??
ghanshyam.mirani
  • 3,075
  • 11
  • 45
  • 85
4
votes
2 answers

Summarize a property based on a sub collection

I feel like a one legged man in an ass-kicking contest... I need to add a property to my LINQ dataset which provides a summary based on properties of a sub-collection and then flatten my data. (I'm creating an .rdlc dataset.) I finally figured out…
Eclipse
  • 293
  • 4
  • 12
4
votes
0 answers

Lookup function in rdlc reports - Visual Studio 2010

I have an rdlc report created in vs.net 2010 that requires the use of the lookup function available in reporting services 2008 R2 (I just assumed it would be available in the rdlc file.) This local report uses custom business objects and…
EricTheil
  • 113
  • 1
  • 1
  • 7
4
votes
2 answers

ReportViewer - LocalReport - Merge reports?

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…
neslekkiM
  • 693
  • 1
  • 8
  • 19