Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rdlc]

Client Report Definition (.rdlc) files are files that allow a ReportViewer control to use its built-in processing capability to generate a Sql Server Reporting Services (SSRS) report.

rdlc
0 votes
0 answers
14 views

Remove/Disable some installed printers from print dialog

Is it possible to remove/disable some installed printers when the print dialog is show? from the photo below, i want to disable/remove the cutepdf writer. I can accessed the printer names but I cant ...
Bubbles's user avatar
  • 107
0 votes
1 answer
28 views

When saving my RDLC report as a PDF from the Report Viewer, it is duplicating the pages

I have created the RDLC report with one page, and it shows like that in the Report Viewer too: But whenever I select to save as a PDF, it duplicates that page: I have tried changing the size, ...
Anish Koundinya's user avatar
0 votes
0 answers
17 views

I am using RDLC for reports in Visual Studio 2022 (.NET). The Page Total Box and Report Total box do not come under table. Ti comes at footer of page

Actual Photo Of Report I was trying to get the page total and report total below the table in rdlc report. I have use footer to get page total but if there is another way to get page total in tablix ...
Kunal Thakare's user avatar
0 votes
0 answers
38 views

calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET

I'm Trying to calculations in expression for value in Report Viewer/Rdlc but Result do not match in VB.NET is there anything wrong with my code, please guide me or something is wrong in the expression ...
dlaksmi's user avatar
  • 47
0 votes
1 answer
129 views

RDLC Files Not Automatically Deploying to Azure App Service

I'm experiencing an issue with deploying RDLC files in my project to Azure App Service. Is there a way to configure the deployment process so that RDLC files are automatically included when deploying ...
Omkar's user avatar
  • 1
0 votes
0 answers
23 views

how to create a total multi group row in RDCL/Report Viewer in VB.NET

I'm Trying to create a total multi group row in RDCL/Report Viewer in VB.NET Please guide me Thanks Code in FORM1 Imports System.Data.OleDb Imports Dapper Public Class Form1 Private Function ...
Tam88's user avatar
  • 71
1 vote
1 answer
179 views

Issue adding a data source with Microsoft RDLC Report Designer in a C# WinForms app under .Net 8.0

I am trying to add some basic reporting into a .Net 8.0 C# WinForms app using the Microsoft RDLC Report Designer and the ReportViewerCore.WinForms nuget package, and have found myself running into a ...
Ed B's user avatar
  • 786
1 vote
0 answers
35 views

Preview a pdf file and disabling the print button

I have a scenario to achieve my goal. Convert the pdf file to image and then convert the image to base64 and pass it to my customize report viewer RDLC. However, based on my research it is necessary(?)...
Bubbles's user avatar
  • 107
0 votes
0 answers
29 views

How to create a rdlc form (data set) for .netcore in visual studio. Is there any extensions in visual studio 2022?

Couldnt find dataset in (add new item) while creating the dataset for rdlc form in visual studio 2022, the project is in .NetCore. Couldnt find any extension, that supports .netcore in visual studio ...
Birindha's user avatar
0 votes
0 answers
35 views

Visual Studio 2015 RDLC - "Report Parameter" is missing from Report menu

Above is image from Internet. I am using Visual Studio 2015. My report menu for RDLC do not have "Report Parameters" Why is that? I use "Document Outline' to select the parent in it ...
Pop's user avatar
  • 525
0 votes
1 answer
116 views

Reporting Services error in VS 2022 : An unhandled exception of type 'System.ExecutionEngineException' occurred in Unknown Module

I'm using VS 2022 with Microsoft RDLC Report Designer 2022 and Microsoft Reporting Services Projects 2022 to generate a pdf report. When I execute the command below, using reportviewer (Rv), the error ...
Sergio Ricardo Silva's user avatar
0 votes
1 answer
70 views

ASP.NET Core reporting - allow external images

I have problem with external images in my project; I have a .rdlc file, and I need to load images from a database, but I have only the name of the file like logo.png in the database, the files are in ...
BORAT's user avatar
  • 1
0 votes
2 answers
149 views

FatalExecutionEngineError when trying to render a simple RDLC file

I'm trying to implement a report generator for a work project, I did make it work at a point but I can't anymore, unfortunately I can't figure what made the problem appear. Even doing the simplest ...
BlueWidge's user avatar
1 vote
1 answer
74 views

Could Not Generate an Excel Spreadsheet With Multiple Tabs With RLDC in ASP.NET Core

I have an APS.NET Core Web API application. I can generate excel file from my application but cannot export excel file with multiple excel sheet such as sheet1, sheet2. I want to achieve this as like ...
Yeasin Ahmed's user avatar
0 votes
0 answers
33 views

RDLC report overlay text on image layout issue

I am creating an RDLC report in .NET framework 4.8 with text overlay on an image. Requirement is to create a report to submit to federal gov in a specific format. That is why I am using the text ...
user12127308's user avatar

15 30 50 per page
1
2 3 4 5
202