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

Using with RDLC report & grouping

I have a sql table with Monthly remarks. Each month has 2 or more than two remarks entries SQL Table name…
0
votes
0 answers

rdlc report working on development mode but not working in production

My controller code is string fileDirPath = Assembly.GetExecutingAssembly().Location.Replace("ERPWEBAPI.dll", string.Empty); string rdlcFilePath = string.Format("{0}ReportFiles\\{1}.rdlc", fileDirPath,…
0
votes
0 answers

How to access resources from the server

I have published an ASP.NET Core 5 Web API on Windows Server 2019 with IIS and I can't get access to my generated QRs, out of the server you can access with www.page.com/api/files/QRs.png but I need to make a report rdlc with that image but in the…
0
votes
0 answers

C# button event handler not firing in load event in report-viewer

I have a button in user control and another button in report-viewer form to load the rdlc. Whenever I click the print button from my user-control and the validation passes, the click event handler in the report-viewer does work when data to be…
0
votes
1 answer

Show/Hide sub-reports make a rendering is so slow

I make a report like these This report compound with Tablix. Each row show different a chart and layout. So each row is sub report (I called subreport_all). Inside subreport_all include all patterns. ( 30 patterns , 30 subreports) Main report will…
Fame th
  • 1,018
  • 3
  • 17
  • 37
0
votes
1 answer

how to Export RDLC to excel with cell format

I am exporting RDLC to excel, I have id , joining date field in rdlc. I have set tablix Id textbox as "number" and for joining date as "date" . But in excel the format cells for id is showing as general instead of number. How to make format cells…
dev
  • 121
  • 1
  • 4
  • 14
0
votes
0 answers

How to add Tablix in footer of RDLC report?

I am creating report there are 3 parts of reports Header (Company name & Address) Body (With two tablix a. Product Details [which is come from database] b. Total & Tax details [which is also come from database]) Footer (With Page Number) Now,…
0
votes
0 answers

How to make this script last long without relying on Microsoft domain?

I created a simple PowerShell script to fix RDLC report definition by reverting from 2016 to 2008 version based on knowledge I found somewhere around here. However, the XML namespace is point to…
user10268539
  • 149
  • 1
  • 1
  • 11
0
votes
1 answer

Index Out of Bound exception while rendering RDLC Reports in ASP.NET Core

My ASP.NET Core MVC project has several reports. To render the reports as PDF, I'm using AspNetCore.Reporting library. This library works fine for a single report but due to some cache issues it throws an exception while generating another report.…
0
votes
0 answers

AspNetCore.Reporting Library has Cache issue

Single Report Works Fine. But While requesting for the other report it gives exception "Index Out of bound". Someone please help me with a working solution.
0
votes
1 answer

RDLC Report With Empty DataSet

I'm currently trying to get an rdlc report to work, and it works fine except when I pass an empty dataset to it (the dataset is determined dynamically at runtime -- ugly, but this is the code I was passed and I'm not quite experienced enough to…
0
votes
1 answer

RDLC report with no database in winforms

Hi i want to create a rdlc report with a table in it such that the table have two columns. the first columns is hard coded during design and describe label of values in next column. The next column should be filled by values coming at run…
Adnan abid
  • 21
  • 5
0
votes
1 answer

How to create a RDLC report in c# winform application using values from program

Hi I am new to C# WinForms application. I want to design a RDLC report with a table in it the problem is that I want to populate the data using parameters(values given through program) but I can not create a table without using database.
Adnan abid
  • 21
  • 5
0
votes
1 answer

ReportViewer Shows Empty Rows

I'm using Dynamic DataSet (NewDs) which is connected with datatable(xtbl) but Reportviewer Shows Rows without Text here is my code, Any Problem??? Dim f4 As New Form4 Dim ds2 As New NewDS ***NewDS=Dataset Dim xtbl As New DataTable …
0
votes
1 answer

RDLC report Index was outside the bounds of the array asp net core

I got Index was outside the bounds of the array error when use debug mode in asp net core mvc, but its ok when run in non-debug mode (Shift+F5). Here details of error description : An unhandled exception occurred while processing the…
Topik
  • 3
  • 5