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
0
votes
1 answer

RDLC report, generate a Pivot chart

I have the following data table format generated from SQL. Users can select which car models to be populated in the graph. There will be different number of Car models appearing in different reports. So there will be variable number of line charts…
Dhanuka777
  • 8,331
  • 7
  • 70
  • 126
0
votes
1 answer

How to set dynamically height/width of an external image in rdlc report?

Is it possible to set the width and the height dynamically in an external image used in an rdlc report? And if yes, how? I want the user to set the width and the height in the settings of my desktop application and with these numbers to display a…
georgeliatsos
  • 1,168
  • 3
  • 15
  • 34
0
votes
1 answer

How to display a CSV list of data in a column of an RDLC file

I have a report embedded in a web application that works fine but I need to make a tweak to it. Right now the report basically will dump all the rows from a view, I have some filters set up but I have disabled them to simplify this and get this…
0
votes
1 answer

C# RDLC Reporting Error

I have writen code for to attach RDLC ReportViewer with a DataTable from a DataSet But this error occurs: "A data source instance has not been supplied for the data source 'DataSet'." aspx file code for Report Viewer This is Report Viewer code …
-1
votes
1 answer

how to repeat row group header in each page?

I have a parent group and multiple child elements in Tablix of an RDLC report. The child element count is not fixed for some parents and it goes on to the next page also. Currently, the output looks as follows (note that my RDLC Report is present in…
Gaurav
  • 1
  • 1
-1
votes
1 answer

Single RDLC file to populate any type of custom object passed to it

I have a list of stored procedures which return different types of object (with varying column) to my business layer. Also, I created a single RDLC file named allreports.rdlc in my mvc application and put it in some .cshtml page. Now, I want to call…
OmGanesh
  • 952
  • 1
  • 12
  • 24
-1
votes
1 answer

Convert UTC to local time with daylight saving on rdlc report

I pick up data which includes some date columns. Date returned from database is in UTC format. I feed this data to report viewer and want to show the date in local format, considering daylight saving. I can do that from server side but I want the…
AKB
  • 1
  • 2
1 2 3
10
11