Skip to main content

Questions tagged [rdl]

Report Definition Language (RDL) is a standard proposed by Microsoft for defining reports.

rdl
0 votes
0 answers
22 views

Why is my text misaligned in my .rdl report

I'm making an .rdl report in visual studio 2019, which gets uploaded to Dynamics, and then users export the file to pdf. The two top text boxes, for Variety Name and Eating experience have the same ...
Unicorn_tech's user avatar
0 votes
0 answers
26 views

Filtering a recursive group to show all ancestors and descendants of matched items

I'm using SSRS/Paginated Reports to build out a tree of Jira issues, using the issue's ParentID as the recursive parent on the group. It works fine and I can filter on team, assignee etc. Our ...
Daz's user avatar
  • 16
0 votes
0 answers
27 views

How to Optimize SSRS Report with Multiple Subreports

I have an SSRS report that contain 5 additional sub reports within it. Each sub report runs for each row in the main report result set as it uses the row data as parameters. Alone, each sub report ...
Ricky Sun's user avatar
0 votes
0 answers
53 views

Automatically deploy .rdl files to PowerBI

My team maintains a few dozen legacy reports, expressed as .rdl files, currently hosted in an SSRS server. This as part of a .Net Core 8 web site. Additionally, we want to start using the cloud hosted ...
user1147862's user avatar
  • 4,196
0 votes
0 answers
47 views

In RDL report how can I move tablix rows down?

In RDL report I have a tablix that is half the pages width (there is another tablix on another side of the page) and if I do not print one row, other rows move up, what I need is if I don't print one ...
Vytenis Giedraitis's user avatar
0 votes
0 answers
31 views

SSRS DataTransform property in VS 2013 produces no output

Visual Studio 2013. Creating a report .rdl in SSRS. When I preview the .rdl output, data is present. Click the Save As icon. Select XML with report data. This exports successfully and can view xml ...
Keith Salmon's user avatar
0 votes
0 answers
14 views

Want to add another row in tablix if my data is changed from the same field in RDLC

enter image description here in this tablix I have a field name Tax Type Code instead of hard coded GST/HSTAmountLbl. That field(TaxTypeCode) is getting the name of tax type. Now I'm expecting to do ...
Mustafa Ahmed's user avatar
0 votes
0 answers
269 views

RDL files are opening up in XML format in Visual Studio 2022. I have the Microsoft RDLC Report Designer installed

Unable to view RDL reports in designer view as they are always opening in XML view. The report designer extension is installed, all updates have been installed and i have also tried re-installing ...
Steven Price's user avatar
0 votes
0 answers
18 views

Why stop the common language runtime (CLR) while exporting Excel File in ssrs report

Why stop the common language runtime (CLR) while exporting Excel file from a SSRS report, but Excel file is generated successfully. Is there any solution? Please help
SAM's user avatar
  • 89
0 votes
0 answers
49 views

SQL Report Builder 2014 ignores Arial Font and Report uses Helvetica instead

When Font is set to Arial inside the SQL Report Builder 2014 Report for Navision 2016, the generated PDF file doesn't use Arial but Helvetica instead. When looking at the .rdl file, the tag is ...
radic_'s user avatar
  • 3
0 votes
0 answers
33 views

Facing Security permission preview rdl report

I am working on an application facing a security permission issue while wanting to preview a report using view report. Below are the expressions I am using in grpAccountCat are given below. Filter ...
Kamran Khan's user avatar
  • 1,107
0 votes
0 answers
11 views

Font issue with matrix in rdl file - Power BI paginated report

In Power BI Paginated Report we have selected the font type for the rows in the Matrix. When we export the Excel file from Power BI the matrix is collapsed like this, and the font is the right one ...
d2907's user avatar
  • 882
0 votes
0 answers
145 views

I am trying to generate QR code using RDLC and Asp.net Core but getting below error

I'm using ASP.net core 5.0 and RDLC Microsoft Report Builder. My code: int extension = 1; string mimtype = $""; var path = $"{_webHostEnvironment.WebRootPath}\\Report\\prescription.rdl&...
MD SHAFFAT's user avatar
0 votes
0 answers
62 views

In SSRS RDL toggle button expand/collapse making report slower due to huge data

I am using toggle button expand/collapse button to call subreport in my RDL I am facing time out error because every time if I load or click on view report button it is checking the subreport stored ...
Lokesh Surakod's user avatar
0 votes
0 answers
189 views

Microsoft Power BI Report Builder to render base64 to pdf

I can render base64 to images with MIME type image/png in SSRS/Power BI Report Builder. Now I need to render base64 to PDF. Used MIME type 'application/pdf' and I am getting a RED x as result and no ...
Ron2020's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
33