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
0
votes
0 answers

Tablix (Table) in RDLC report should grow upward when number of rows added/increase

I want to develop an RDLC report, where a tablix element will grow in upward direction i.e. when more rows are added, the table will grow upwards (as opposed to downwards). Basically, as per our design, we need to add the table close the footer of…
WAQ
  • 2,556
  • 6
  • 45
  • 86
0
votes
1 answer

Is it possible to embed an OpenType font in a PDF with RDLC?

I'm using Microsoft.Reporting.WebForms.ReportViewer to generate some PDF, I just haven't found any way to embed an OpenType font in the PDF, is that possible? if I generate a .xls or .doc file (excel and word) the font is embedded normally, if I…
0
votes
0 answers

RDLC - An error occurred during local report processing

I am getting weird experience with RDLC report. In my live project, I am printing a report in pdf format when user want to print his application form. For a particular user id I am getting exception but for all other users the report is printing and…
0
votes
1 answer

In ASP.NET web forms is it possible to use RDLC Reports and have the ability to place a tick mark/check mark in cells of a particular column?

I have an RDLC Report Table which retrieves data from a SQL Server. I've embedded this report into an ASP.NET Web for (.aspx file) using the ReportViewer Control. When I run the application the Data is retrieved from the SQL Server. However, I need…
kvj
  • 17
  • 5
0
votes
1 answer

Microsoft.Reporting.WinForms.LocalProcessingException

I have created rdlc report in VS 2022 and tried to run it but I get exceptions at reportViewev1.LocalReport.Setparameters(). These are the exceptions ReportProcessingException: The report definition is not valid. Details: The report definition has…
0
votes
0 answers

show records on different page rdlc report c#

can someone one help me, i have rdlc textbox, and i created parameter to pass it into report viewer using for loop. Is this possible? the result in report viewer should be like this: Page 1: index_0 Page 2: index_1 Page 3: index_2 each index in…
Robert
  • 59
  • 1
  • 9
0
votes
1 answer

ASP.Net MVC RDLC Mail Concept is not Working for me on live server

It is showing Report Viewer but On live server Only(Smarterasp.net server)Mail Concept is not working. Please help me to fixed this problem, I did not published that RDLC and I did not Change that RDLC into Embedded Content, Just I Uploaded that…
0
votes
0 answers

I want display 5 Charts Vertically in RDLC (SSRS)

I want to display the 5 charts in a row vertically. I was able to add the 3 chart area vertically but after adding the 4th and 5th Chart area it will split into 2 column. Example Report
0
votes
0 answers

How to print all pages in CSV file to 1 pdf file when user selects "Microsoft print to pdf"

What: I have a program which prints an RDLC report page using a CSV file when using a printer. Issue: When the user prints to pdf, it saves each page 1 by 1 which is not efficent when there are 1000 pages to print. Intent: When user selects…
0
votes
1 answer

How do you make RDLC Fixed position footer

My application is printing checks. In the client's paper stock, the "check" itself is at the bottom 3rd of an 8.5x11in sheet. The details that make up the check are on the top 2/3 of the sheet. Now if I'm printing multiple checks in one go, I need…
Linus
  • 1,236
  • 1
  • 12
  • 23
0
votes
1 answer

ReportViewer parameters, render pdf

I want to render a report directly to pdf. I have an objectdatasource with 2 parameters. I obtain these parameters from a hiddenfield on the webform and from the datakeyname on a gridview. The report works when I load it in report viewer without…
mick
  • 139
  • 3
  • 16
0
votes
4 answers

How to Add Report Viewer tools in Visual Studio 2022 C# Windows form application

I can't add Report Viewer tools in Visual studio 2022 .I am using c# desktop application. Can anyone help me?
Riaz Ripon
  • 1
  • 1
  • 1
  • 1
0
votes
0 answers

Is there any maximum image size that should be there in RDLC reports?

Does the RDLC reports with images have any restriction for the image resolution sizes when displaying?
0
votes
0 answers

Unicode character does not print in pdf in rdlc report in asp.net core 5

devs, I am facing a simple issue, but I couldn't figure out the actual reason. I have a lot of reports in my ASP.NET Core 5 with angular 12 project. everything is rendered correctly except UNICODE Character. see the below code example. public static…
Sraban75
  • 85
  • 9
0
votes
1 answer

Vertical sum of column

I'm creating a report using RDLC, I need to sum up all the months column. i.e. the row showing total should come after Dec-21, Sep-21...
Muhammad Taqi
  • 305
  • 2
  • 6
  • 19
1 2 3
99
100