cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

We are using CRforVS 64bits 13.0.20 on .Net 4.5 all is working fine, but when we try to expor to pdf we find:

Method not found: 'Void CrystalDecisions.ReportAppServer.ReportDefModel.PDfExportFormatOptionsClass.set_CurrentPage(Int32)'.

It also happens to if we try to export to any other format. All is fine when print the report on a pdf printer.We believe that we have tried all possibilities but still it`s the only thing that we do not know how to put to work in all our Project.

Best Regards,

0 Likes
View Entire Topic
Former Member
0 Likes

We develop a simple desk application based on Microsoft Visual Studio 2015 Pro. It just manage a database of students. Our problems come out when we try to export to pdf. The line that crash is

rptCopypeCab.ExportToDisk(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, namefile)

We take always this error but the rest works fine, we can print to pdf for example without any problema. By other way, we don´t see the way to incorpórate your code to our to prove.

Thanks a lot for your answer and attention,