Questions tagged [dynamic-rdlc-generation]

Use this tag for questions about the dynamic generation of the Client Report Definition Language file

Dynamic generation of RDLC Client Report Definition Language file

157 questions
17
votes
5 answers

How to generate an RDLC file using C# during runtime

I'm doing some application development (CRM solution) which require generating diagrammatically an RDLC file at runtime. How do I do that?
Pranay Rana
  • 175,020
  • 35
  • 237
  • 263
15
votes
4 answers

How to page break after specific row(Suppose 25 rows) in rdlc reporting

How to page break after Specific rows (like 15 rows) in rdlc reporting.
yeasir007
  • 2,110
  • 2
  • 28
  • 43
13
votes
3 answers

Security Error with Report Viewer Control and RDLC Reports in ASP.NET 4.0

Using ASP.NET 4.0, I'm creating an RDLC stream by instantiating a Microsoft.ReportingServices.RdlObjectModel.Report, setting the Code property, and returning the stream using the RdlSerializer. Then I'm passing that stream to the ReportViewer like…
jskentzos
  • 141
  • 1
  • 1
  • 4
12
votes
3 answers

Base64 image doesn't display on Render PDF from RDLC report

I'm trying to display image(base64 string) using parameter(@CustomerSign) in RDLC report (I'm rendering PDF file from report and I'm seeing PDF file) I've configured image property as below: Select the image source : Database Use this field : …
Hina Khuman
  • 757
  • 3
  • 14
  • 41
8
votes
1 answer

How to set ConsumeContainerWhitespace = true in vs 2013

How to set ConsumeContainerWhitespace = true/false. In report property i doesn't found it. I got pageSetup, Code, References, Variables in report property.
7
votes
1 answer

How to set parameter values in RDLC

I have added two text boxes for the date range in the report. To fill the values in the text boxes, I set parameters to the text boxes. Now the date range is coming from a form named DateRange having two DateTimePickers. How to set the value of the…
DhavalR
  • 1,409
  • 3
  • 29
  • 57
5
votes
2 answers

Dynamically binding of Dataset to RDLC Reports

I would like to bind the dynamically dataset to the rdlc. I can view the report if I use inline DataSource in ASPX file (static binding). However, if I use the following codes, the Report viewer keeps showing "Loading.." Image. I have already…
TTCG
  • 8,805
  • 31
  • 93
  • 141
5
votes
2 answers

RDLC Report- Error Rownumber() can't be used in filter

I have two Tablix(tables) and one dataset. They are bounding with this dataset Serial No. | Name ______________|________________ SN0003 | Beckham SN0005 | Henry SN0012 | Rooney SN0119 | …
Fame th
  • 1,018
  • 3
  • 17
  • 37
5
votes
2 answers

Generate columns dynamically in RDLC

I am trying to generate a RDLC report in ASP.NET where the columns of my Dataset will be dynamic and determined only at run time. I have a made a function that returns a DataTable, and by selecting this function in the RDLC report wizard, I can…
Shuaib
  • 779
  • 2
  • 13
  • 47
4
votes
1 answer

Customize footer content of main report for subreport pages in RDLC

I have one report which contains a subreport in it. want to customize footer content for subreport only. for eg: footer is now i have to use same footer but with a bit change in that how to achieve this, because i do not found anything for…
4
votes
1 answer

How to Left align and right align two different expression in the same text box in RDLC reports?

Platform: RDLC report Tool: Microsoft Visual Studio 2010 In RDLC reports, is there a way to left and right align two different expression in the same textbox, as one of the text need to start from left side and the other from the right side of the…
Harsh Singhi
  • 117
  • 2
  • 5
  • 14
4
votes
1 answer

Dynamic Columns In RDLC

I am working on a project of RDLC report in which I have took tablix and bind the table's columns with dataset that I have added in my RDLC report. Everything is working fine, but the interesting thing is my reports are customizable. Let's suppose…
garvit gupta
  • 301
  • 3
  • 18
3
votes
2 answers

Show Image dynamically in RDLC report in Web API Core 3.1

i am stuck and Please help me with to bind the Image in dynamically in RDLC report Web API core3.1 application, i set image "external" image but when i bind image getting error "EnableExternalImages property has not been set for this report." please…
3
votes
0 answers

Reporting With Angular 6 and .net core mvc

I am developing a project using Angular 6 and .net core MVC. But Reporting option is not available at .net core. Can any one suggest how i activate RDLC reporting in .net core or any free reporting tool for Angular 6 or .net core
himadri
  • 626
  • 5
  • 19
3
votes
2 answers

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…
lcorteguera
  • 143
  • 1
  • 8
1
2 3
10 11