rdlc Questions
4
Solved
I have a problem with generating .rdlc report. One of the columns has this expression:
IIF(CInt(Fields!MyColumn.Value) = 0 or Fields!MyColumn.Value is nothing,"Unknown",Fields!MyColumn.Value)
I'...
3
I'm having an issue with an RDLC report printing empty characters when produced as a PDF. It only affects font ligatures which I understand to be letter combinations such as:
ti
ft
fi
tt
My res...
8
Solved
I am so close to getting my last report up and running. I have not had this problem with any other reports. I am trying to create a report based off a database record. When I go to create the repor...
Raze asked 6/8, 2019 at 21:44
2
Solved
I'm on .net framework 4.8 in my WPF app and I have two usages on RDLC. 1st is a fully fetched ReportViewer that uses a DataTable from postgres, 2nd is just a LocalReport with small number of parame...
Fob asked 18/7, 2021 at 10:52
11
Solved
I am using the reportviewer control from VS 2010 to create client side reports (rdlc). Everything is working fine on my development machine, and when I manually compile (via VS2010) and manually de...
Thyestes asked 30/6, 2010 at 20:15
3
Solved
Is there a way to suppress the following warning?
warning rsOverlappingReportItems: The
image 'image3' and the image 'image1'
overlap. Overlapping report items are
not supported in all render...
Cornflower asked 13/7, 2009 at 5:55
4
On Visual Studio 2019 I have added the Microsoft RDLC Report Designer from NuGet packages and I went ahead and added the Microsoft.ReportViewer.Winforms.dll to the project as well. I also created a...
Joyann asked 8/7, 2019 at 17:3
4
Is it possible to write extension methods for expressions behind RDLC fields?
For example, let's say that I have a DateTime field in my datasource that may either have a valid value or may be null...
Jarv asked 2/7, 2010 at 23:17
6
In an rdlc report I want to compare integers like
if(expression)
{
// do something
}
else if(expression)
{
// do something else
}
What is the syntax for this?
Scolopendrid asked 16/6, 2009 at 6:39
12
Solved
I'm creating RDLC reports in VS10. When the program is NOT running, I can see the toolbox, and add controls to the report, but the "Report Data" pane is nowhere to be found, so I can't fill the con...
Gouveia asked 6/12, 2011 at 17:43
5
I have a project in Visual Studio 2017 with .NET Framework 4. For reports I use the RDLC designer, but I have a problem. The designer creates the reports using RDL 2016 and I need you to use the 20...
Lattimer asked 31/3, 2017 at 11:41
4
Solved
I have created DataSet for RDLC reports. Now i have changed my Stored Procedure by adding some new Columns to it. DataSet contains different Stored Procedures, now how can i update the DataSet with...
Cod asked 28/5, 2014 at 8:52
6
I am trying to add an external photo as the logo along with the report on the report.rdlc file. I have this error
The enable externalimages property has not been set for this report
?
Here is...
10
Solved
I`m trying to display record in a Report. Data is in the Dataset. but it is not binind to them. When forms load it shows it report layout. But when i click on the button it show errors.
below is my...
Gripe asked 11/11, 2012 at 15:32
0
I have a lot of reports with Microsoft Report. I have migrated all my other projects to ASP.NET Core v. 3.1. I want to keep my report in rdcl because are easy to update in Visual Studio.
In my sol...
Fromenty asked 7/5, 2020 at 11:2
1
I have some C# code which generates some RDLC such as this as a subreport of another report:
<?xml version="1.0" encoding="utf-8"?>
<Report xmlns:rd="http://schemas.microsoft.com/SQLServe...
5
Solved
I have values in a db:
10.4
33
42.87
1.01
22.1
8
I know I can format numbers in my RDLC reports, however, how can I make sure that the output of the data will always be:
10.40
33.00
42.87
1.01
...
Mila asked 14/3, 2014 at 10:2
5
Solved
2
With .Net Core 2.0 not supporting Report Viewer, is there any other alternative way of doing this?
I found alanjuden's solution (https://alanjuden.com/2016/11/10/mvc-net-core-report-viewer/), but...
Paperboard asked 6/3, 2018 at 23:6
2
Solved
In RDLC reports, we are planing to use a sub report as the report header to avoid code duplication and to keep the consistency across all the reports.
However RDLC does not allow to add sub report...
Wrongheaded asked 3/9, 2014 at 7:7
5
Solved
all I am using Winform(C#) and RDLC MySQL. In that I try to show the date only in Tablex.
But this date format have time also. How to remove the time.
My Expression is,..
=Fields!date.Value
Se...
3
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:
Sele...
Marauding asked 3/2, 2017 at 9:6
3
I built a report with a landscape orientation using VB.net 2010 and made the size 16.5 cm * 8.25 cm
When you print the report directly shows the size of the page A4 !!!
I need to provide the pr...
7
Solved
I'm using the Microsoft ReportViewer that comes with ASP.NET and have a report parameter that should be setting the value (path) of an image in my report. I'm providing the path as a complete URL r...
Anaanabaena asked 12/8, 2009 at 21:28
4
Solved
How do I repeat column header (captions) in RDLC reports?
It says here http://msdn.microsoft.com/EN-US/library/735D1EE7-3C89-46D8-A346-504DB10F33E1.aspx#TableNoGroups:
To repeat or freeze colum...
Parashah asked 11/8, 2010 at 10:25
© 2022 - 2024 — McMap. All rights reserved.