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
1
vote
2 answers

My SUM Function - rdlc - custom code -total

I would like to pass a value and add to it with the previous value thats what I want.. The below code doesn't work...I can't understand the problem.. Actually its for rdlc - total purpose I need it. My Code public MyValue as Decimal=0 public…
LOGAN
  • 35
  • 1
  • 6
1
vote
1 answer

How to get a value of cell based on condition from 2nd group in same tablix in RDLC report

I am working with RDLC report, where I have a very specific customer requirement to print a summary at the end of Report. Please refer to image below for clear understanding: Report summary is generated based on two Groups: Resource (No), and Task…
1
vote
0 answers

Is it possible to display ReportViewer in cshtml (RDLC) using C# on .NET Core v5 or v6?

Is it possible to display ReportViewer (RDLC) in a .cshtml view using C# on .NET v5 or v6? Many thanks. I want to display it as aspx (ReportViewer component).
tieudoan208
  • 21
  • 1
  • 5
1
vote
0 answers

Report viewer generating problem, definition

Please help, I have a big problem and need to solve very soon. I am trying to generate report with Report Viewer. I use this schema http://schemas.microsoft.com/sqlserver/reporting/2008/01/reportdefinition/ReportDefinition.xsd. The problem is that…
Aleksa
  • 11
  • 2
1
vote
0 answers

<%@ Register assembly="Microsoft.ReportViewer.WebForms, >

why RDLC Report didn't create. Error Creating Control - ReportViewer1Failed to create designer 'Microsoft.Reporting.WebForms.ReportViewer, Microsoft.ReportViewer.WebForms, Version=15.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
1
vote
1 answer

How to change the Text of a Textbox in RDLC Reports based on Condition?

I have an RDLCReport. There is one TextBox named TextBox2 in that report that display a text like All Employees Record. Now i want to change the text of that textbox on the basis of some condition. Like when i click on Hired Employees button then…
Af'faq
  • 501
  • 3
  • 13
  • 28
1
vote
0 answers

When updated windows report viewer from 8 to 12, rendering is not proper

I installed report viewer runtime 2015 and using VS 2015. Below are the snapshots of problem that I am facing. 1.Earlier 2.After upgrading
Prakash Kumar Jha
  • 232
  • 2
  • 7
  • 16
1
vote
1 answer

ReportViewer load one rdlc nested in itself many times

I have a asp.net web form with a reportviewer control. I bind data to it as clicking a button on my page. when it loads, more than one rdlc is shown in it also I have only one! this is my html code:
1
vote
0 answers

RDLC tablix show dynamic results in multiple columns

I have rdlc report tablix show result set. The rdlc design is as follows It shows the result as follows If I got 12 records in the result is there any option to show the result in two columns
udaya726
  • 1,010
  • 6
  • 21
  • 41
1
vote
4 answers

How to create an RDLC report when total number of columns are unknown?

One of the reports I am creating has dynamic number of columns - a datatable gets returned from the stored procedure, the number of columns depend on the number of items defined in the database (one column for each item, other than some fixed…
Roopesh Shenoy
  • 3,389
  • 1
  • 33
  • 50
1
vote
1 answer

Data not Loaded in reportviewer VB.NET

I have created the stored procedure in ms-sql server 2014 and creating the rdlc report. Now binding the report in reportviewer programatically, but in report only columns are displayed and not the data... The below code is my stored procedure : USE…
bonny
  • 688
  • 1
  • 14
  • 33
1
vote
1 answer

Best practices for using RDLC in a distributed environment

My company has a Windows Forms application that leverages ClickOnce and .NET Remoting (soon to be WCF) to a back end IIS web application that handles all data access operations. For reporting, we currently use SSRS and have the distributed clients…
Matthew Belk
  • 1,904
  • 2
  • 20
  • 28
1
vote
1 answer

Visual Studio reports (RDLC) - multiple tables in one report?

I'm working with Visual Studio Reports (rdlc files) for the first time, so I'm still quite new to it, and I don't know if this can actually be done. I want to have a report that contains multiple tables of the same "type" (i.e.: with the same…
Master_T
  • 7,232
  • 11
  • 72
  • 144
1
vote
1 answer

What is the best way to dynamically generate RDLC report definitions at runtime?

I have data that will be generated by users at runtime by performing queries. The shape of the data is unknown because users can choose which fields to bring back. The application is an ASP.NET MVC web app. The data will be .NET POCOs. However, each…
1
vote
1 answer

How to display image in RDLC report from when only image name saved in database?

I am storing picture name only in database, actual picture gets stored in project directory 'SiteImages'. Now I want to display the image in RDLC report but not getting displayed. CODE: public void Fill_AuditsReport() { …
Juventus tech
  • 95
  • 4
  • 13
1 2
3
10 11