not able to export Crystal report file to pdf - pdf

I have application in .net ,I created Crystal report from my application.
after creating crystal report i tryied to export that crystal file to PDF..
but i am getting error like this
Error in file
As per my search result i have Installed 2 dll files exportmodeller.dll, crtslv.dll and i re-installed update version of adobe reader(11.0.13),but still getting this error? thanks in advance

There is a Microsoft update (KB3102429), which causes this issue. Here is an article how to remove it: http://www.iris.co.uk/support/knowledgebase/kb/11478

The last Microsoft update (KB3102429) causes this error.
More information about this problem you can find on support: https://scn.sap.com/thread/3828300
Solution: removed that update (KB3102429)

I had a similar problem, I found the description of the problem in :
https://support.microsoft.com/en-us/kb/3102429
The solution of the problem can be found at:
https://blog.brankovucinec.com/2015/12/10/kb3102429-causes-crystal-report-export-to-pdf-to-fail/
Notes:
This problem occurs when you use a DataSet as a source of report data. Sql queries and StoredProcedures this error did not happen
This problem occurs when you will export the report to PDF using a DataSet as a data source, if you try to export to Excell and Word this does not happen.
You must remove this update from your computer or server (if this problem).
1: Go to Control Panel
2: Select View installed updates
3: Search the KB3102429 update, And Then select Uninstall.
If you can not uninstall this update:
Issue only manifests with export to PDF using DataSet (Word and Excell not affected), only if the report contains TNR or Arial (no other fonts found to cause a problem but not every font was tested) and only with the versions of fonts, if you change the fonts on your report to SergoeUI your report (maybe) will work.

Related

Pentaho Report Designer PDF export is not showing the telugu characters

I have created a report using Pentaho Report Designer and it contains Telugu characters. When I try to export the report into PDF, I am not getting the Telugu characters in PDF. Instead of Telugu characters it's showing as empty in PDF.
When I try to export into Excel, Telugu characters are displaying.
Someone help me to resolve this .
This solution was posted in the old pentaho forums for an old version of report designer, so the paths might have changed, but check if the options are available for your version:
From the menu bar: File - Configuration. Then in the Edit Report Configuration window, click output-pageable-pdf, check the encoding.
OK, so the problem is located in the server, it works in local. In that case check the fonts installed in the server, it might not have the font you are using in local, so the problem might be that the server is creating the PDF using another font without Telugu characters.
For the above issue ,I did something but then also iam struck.
actually i downloaded the telugu fonts and add that fonts into the server after i tried to generate the report .In html its perfectly fine but in pdf again telugu fonts are not correct.
So please if anyone could be suggest to move forward .
Thanks

SSRS not showing any text in preview

I have a very frustrating issue. Visual Studio will not show any text in preview. All it will return is a blank table. Initially, I thought it had to do with my datasource, and therefore I decided to hardcode some text into my table and it still returns a blank table. I even uninstalled the 2015 edition and installed the 2017 one instead and I still get the same output.
Simply try changing the font name. For me changing it from SegeoUI to Arial fixed the issue. Totally terrible. SSRS is dead.
Have you tried deleting the .data file in your solution folder? SSRS has a bug where it will not always refresh the data being displayed during preview unless you manually delete these files. Once you delete the .data file and rerun the preview it will be automatically rebuilt and should reflect the changes you are looking for.

.rdlc and PDF - font overlaps horizontally/does not render correctly when printed

Community
I'm facing problem in rdlc. i'm using (.rdlc) in window application to print report.
Issue : (space between char)Fonts of report are getting overlap horizontally same issue also happens in export and Print.This issue facing after system format.
to fix this i'have tried all way like System Font set to 100%, replaced rdlc,printer driver,import all required fonts to systems(Arial-11pt).but still issue is exist.
Image Here
After hours of searching, I believe I found at least part of the answer to this problem. As described in one of the comments here, it can be fixed using this hotfix. However, the hotfix is no longer available for download.

SSRS PDF Export Headers Incorrect

I have created a report with several related tables and a couple of charts. It looks good in Visual Studio and exports PDF fine but when I deploy to Report Manager and export to PDF, the headers don't appear on subsequent pages and the first row is expanded as if it were the header. Also, rows with long names do not expand the rows as they should.
Has anyone had this issue and/or know how to fix it?
I thought I was done with this report until I tried exporting from Report Manager.
Apparently the issue is due to using CanGrow for cells in a tablix exported to PDF.
I had tried changing every other property to get it to work then a co-worker said to change the CanGrow to False. Amazingly it worked! There were no more jacked up first row and the headers magically started repeating.

SSRS 2008 -- Data Missing when run in BIDS mode

I am having a really weird issue with a report built in SSRS 2008. When the report is set to export as a PDF, all data fields are showing up properly on each page as intended. However when the report is run in BIDS mode or exported to Word/CSV/Excel formats there are several data fields that show up as a blank.
One weird thing Ive noticed is that if I set the data fields that are missing as First(Fields!datafield.value) instead of Fields!Datafield.value then they will show up.
Has anyone ever seen any instances of this happening or have any ideas how to correct this issue without redoing the report? I can include the .rdl file if that would help.
Thanks!
I've seen something similar when coloring fonts. The pdf export didn't pick up all the formatting. Check to make sure that your visibility and color settings for the fields in question are what you expect. Try setting those all to default to see if that fixes the issue.