Report Builder
4 TopicsFont Issue in SSRS Report for Microsoft Dynamics CRM v9.0 On-Premises
Hello, I’ve developed an SSRS report for Microsoft Dynamics CRM v9.0 (on-premises) using SQL queries. The report functions correctly overall, but I’m encountering an issue with the font rendering. The report is designed to use "DIN Next LT Arabic". When I run the report using the CRM Report Viewer or directly from SQL Reporting Services, the font displays correctly. However, when the report is generated from within CRM or the SSRS server, the font is replaced with a different one. Troubleshooting Steps Taken: I tried using SSRS expressions to explicitly set the font. I verified that the font is installed on the SSRS server and CRM server. Installed PDF X Despite these attempts, the issue persists. Noting that Font package has been installed on all the Server - Local C >> Windows Has anyone encountered a similar font issue in SSRS reports for Dynamics CRM v9.0 on-premises?9Views0likes0CommentsSSRS.csv Export Issue
We are currently facing an issue with the CSV export functionality in SSRS reports-both through manual export and via subscriptions. Specifically, the column headers in the exported.csv file are not matching the header names defined in the report layout. For example, a column labeled "Customer Name" in the report layout is appearing as "Customer_Name" in the exported CSV file. This discrepancy is causing challenges in downstream processes that rely on consistent header naming. Due to access limitations I can not make changes to server config file so I am looking for help on report level solution or adviseSSRS Measure aggregation
Hi community, It is my first post, so I'm working with report builder, I have a semantic model on power bi service so the report is live connection. In the model I have the dimensions and measures: dimension: Country, city Measures: stock, orders, avg sell this ultimate is actually: function ( orders , stock ). So in the report I summarized the measures with total. So the Sum function measures are OK, but the avg sell NOT(aggregation) the values are wrong, so which aggregate should be work? if the measure is operation between orders and stock Is it possible to use measures predefined in model? or do I have to make a custom measure in report builder (expression) ? thanks in advance.48Views0likes1CommentNavigate to different report from one SSRS Report
Sent by you: I have a Invoice SSRS report, for that I have format(SSRS Report) A, B and C, I want when user looking at format A then user should be able to switch to other format, here format means other report. although it is working fine in visual studio but when i added that report in CRM, it show this error: Details are not available because the subreport is missing. For help adding the subreport to Microsoft Dynamics 365, contact your Microsoft Dynamics 365 administrator.