Crystal Reports version for VS2010

Hi there,
What's the version of CR for VS2010? Is it CR2008 or CR X?
Because I'm looking forward to get some study material(textbook) for CR in VS2010, but don't know what I should looking into CR X or CR XIII or CR 2008?..
P.S. I checked the CR CrystalDecisions.CrystalReports.Engine.dll in the global assembly, and it shows two version 13.0.2000.0 and 10.5.3700.0.
Thank you,

Hello,
What's the version of CR for VS2010?
Dll version: 13.0.2000.0.
Product Name: Crystal Reports for Visual Studio 2010 (CR4VS2010).
Is it CR2008 or CR X?
It's a different product than CR2008 and CR X. Look at the link below for details.
Just an FYI... with earlier versions of VS we use to ship the CR product usualy referred as Bundled CR. CR4VS2010 is the same type for VS2010, but not shipped with VS2010 setup.
Because I'm looking forward to get some study material(textbook) for CR in VS2010, but don't know what I should looking into CR X or CR XIII or CR 2008?..
Look at the link below.
P.S. I checked the CR CrystalDecisions.CrystalReports.Engine.dll in the global assembly, and it shows two version 13.0.2000.0 and 10.5.3700.0.
13.0.2000.0 - is the dll of CR4VS2010 and this is the one which you should be using in apps designed and developed in VS2010. You can use reports pre-designed in CR2008 through.
Link for CR4vs2010:
/people/coy.yonce/blog/2010/11/12/crystal-reports-for-visual-studio-2010-production-release-now-availableCystlR%2528SAPWeblogs%253ACrystal+Reports%2529
Hope it helps.
Thanks.

Similar Messages

  • Crystal Reports, version for Visual Studio 2010 Problem

    Dear all,
    I encounter a problem after installed the crystal report version for Visual Studio 2010. Once I call                              
                           ReportDocument.PrintToPrinter(1,False, 0, 0)
    The error message prompt:
    Report is unavailable(Index was out of range. Must be non-negative and less than the size of the collection. Parameter name:index)
    If I try
                             ReportDocument.PrintToPrinter(1,False, 1, 1)
    It can print the 1st page of the report.
    I also try to create a simple report. It works.
    After installed this version, my reports also encounter the same problem in Visual Studio 2008.
    My report has sub-reports. My PC is Windows XP.
    Anybody has idea on this issue!?

    Now you can set the various printer options using the PrintOutputController. I'm using a UI box to select the printer but your developer should be able to figure this out. If not you can include him in the e-mail, it would be fine to go direct. Of course you will stay in the thread:
         private void btnSetPrinter_Click(object sender, System.EventArgs e)
              System.Drawing.Printing.PrintDocument pDoc = new System.Drawing.Printing.PrintDocument();
                CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions rasPROpts = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptionsClass();
              // Use the next line if you need to, you'll ahve to test. Depends on how the reports were saved.
                //CrystalDecisions.CrystalReports.Engine.PrintOptions.DissociatePageSizeAndPrinterPaperSize = true;
                //CrystalDecisions.ReportAppServer.ReportDefModel.ISCRPrintOptions.DissociatePageSizeAndPrinterPaperSize = true;
                //pDoc.DefaultPageSettings = pgSettings;
                PrintDialog dlg = new PrintDialog();
                dlg.Document = pDoc;
                if (dlg.ShowDialog() == DialogResult.Cancel)
                    MessageBox.Show("Cancel Button clicked", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
                    return;
                else
                    CrystalDecisions.ReportAppServer.ReportDefModel.PrintOptions MYPRTOpts = new PrintOptionsClass();
                    if (rdoCurrent.Checked)
                        pDoc.PrinterSettings.PrinterName = cboCurrentPrinters.Text;
                   // the next 3 lines may not be necessary.
                        MYPRTOpts.PrinterName = cboCurrentPrinters.Text;
                        MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                            pDoc.PrinterSettings.PaperSizes[cboCurrentPaperSizes.SelectedIndex].Kind;
                        MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                            pDoc.PrinterSettings.PaperSources[cboCurrentPaperTrays.SelectedIndex].Kind;
                        MYPRTOpts.PaperOrientation = CrPaperOrientationEnum.crPaperOrientationLandscape;
                        //MYPRTOpts.PageMargins.Bottom = .1;
                        //MYPRTOpts.PageMargins.Top = .1;
                        //MYPRTOpts.PageMargins.Left = .1;
                        //MYPRTOpts.PageMargins.Right = .1;
                    else
                        pDoc.PrinterSettings.PrinterName = cboDefaultPrinters.Text;
                        MYPRTOpts.PrinterName = cboDefaultPrinters.Text;
                        MYPRTOpts.PaperSize = (CrPaperSizeEnum)
                            pDoc.PrinterSettings.PaperSizes[cboDefaultPaperSizes.SelectedIndex].Kind;
                        MYPRTOpts.PaperSource = (CrPaperSourceEnum)
                            pDoc.PrinterSettings.PaperSources[cboDefaultPaperTrays.SelectedIndex].Kind;
                    rptClientDoc.PrintOutputController.ModifyPrintOptions(MYPRTOpts);
                    //MessageBox.Show("Printer set.", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
                    rptClientDoc.PrintOutputController.PrintReport(rasPROpts);
                    //MessageBox.Show("Printing report.", "RAS", MessageBoxButtons.OK, MessageBoxIcon.Information);
    Thank you
    Don

  • How do I resolve error 1310 while installing crystal report version for visual studio 2010.

    How do I resolve error 1310. I try to install crystal version for visual studio 2010, but I got this error message. Error 1310. Error writing to file. mcf80.dll.verify that you have access to that directory. My pc is window 7 (32 bit). Please I need help
    urgently to work with this program in my system successfully. Please help.

    Hello Dorohidea,
    Do you mean that when you install crystal report in virtual studio 2010, you receive the error message about error 1310?
    Please take a look at the following KB.
    Support for Crystal Reports for Visual Studio
    https://support.microsoft.com/kb/317789/en-us
    In Visual Studio 2010, to create a Crystal Reports project or Web site or to import existing projects or Web sites that were created by using older versions of Visual Studio or Crystal Reports, you must first install a version of Crystal Reports that is
    compatible with Visual Studio 2010.
    For more information about how to use Crystal Reports in Visual Studio 2010, visit the following SAP Crystal Reports website:
    http://www.sap.com/crystalreports/vs2010
    Best regards,
    Fangzhou CHEN
    Fangzhou CHEN
    TechNet Community Support

  • Crystal Reports Version for Visual Studio 2010 Fails to Install

    Hi -
    I am trying to install the CR redistribution package for .Net 4.  When I run CRRuntime_32bit_13_0.msi I get an Error 1904 when it tries to register the commonobjmodel.dll.  If I manually register the dll using regsvr32 I get the following message:
    "The module 'commonobjmodel.dll' failed to load.  Make sure the binary is stored
    at the specified path or debug it to check for problems with the binary or dependent .DLL files."
    The dll does exist and is in the correct directory.  Is there another installer I should be using?
    Thanks.
    - Andrew

    Entering "1904 crystal" into the search box at the top right corner of this page, gives the following KB:
    [1534393  - "Error 1904. Module C:Program FilesSAP BusinessObjects..dtsagent.dll failed to register ..." when installing Crystal Reports for Visual Studio 2010 MSI runtime|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333334333333393333%7D.do].
    See if that helps. If not, there are other KBs that will come up for CRVS2010...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Deploying Crystal Reports (CR for VS2010) to Windows Server 2008

    What do I need to deploy an ASP.NET web application built in VS2010 (.NET 4.0) to Windows Server 2008 Standard?
    One by one I've been fixing this issue and then that issue, trying to get this app deployed to our server. The latest issue is an event in the server's Application log. The part that has me most concerned is "The keycode assembly, BusinessObjects.Licensing.KeycodeDecoder.dll, cannot be loaded."
    Does this message mean we can't use the free runtime on our server? If yes, what do I need to purchase? And, is there a trial version I can test this with before spending more money?
    I installed "CRforVS_13_0" on my workstation and switched the assembly references from 14.0.2 to 13.0.2.  I also installed the "CRforVS_redist_install_32bit_13_0" on the server. BTW, where is the runtime for the 14.0.2 assemblies?
    The assembly version in the above is 13.0.2. This is confirmed by looking in the GAC on the server and the local dev machine. However, the developer's guide (crnet_dg_2010_en.chm) says the version should be 14.0.2. Which version should I use? I can't find the runtime for 14.0.2 so I'm using the older 13.0.2 version.
    Thanks!
    Edited by: scottw on Feb 11, 2011 8:06 PM

    Eeeek.
    The 1st thing you want to do is clean up your dev box and get rid of any sniff of CRVS2010 Beta (14.x). See KB [1535325  - How to remove CRVS2010 Beta 2|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333533333335333333323335%7D.do] (hoping this is Beta 2 not Beta 1).
    Once you have re-installed crvs2010 rtm from here:
    http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp
    Make sure the only CR references in your project are of version 13.x. Recompile the app, then you can use either the msm or msi to deploy the CR runtime.
    MSM http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Re. the keycodedecoder warning. This is a  known issue and does not impact your or any other project. This will be resolved in SP 1 for CRVS2010.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]
    Edited by: Ludek Uher on Feb 11, 2011 12:45 PM

  • Integration of Crystal Report Viewer in VS2010 WPF

    Hello,
    I google and research and founded that the viewer control is not attached with VS2010 so, we have to install it separately. I found it form here    [http://www.businessobjects.com/jump/xi/crvs2010/us2_default.asp].
    I installed "SAP Crystal Reports, version for Visual Studio 2010".
    Now, I want to add Crystal Report Viewer on my WPF Page. how can I do this ?
    I tried to find that control to add in toolbox but I didn't find it.
    Please can someone help me int this that how can I add that control and call the report to view in that and change the sql server dynamically for that crystal report.
    Bunch of thanks in advance, this would save me a lot....Appreciated any ones help.
    Thanks

    See [this|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a09f7025-0629-2d10-d7ae-df006a51d1a8] demo and search these forums too.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Dynamic command execution fails in Crystal report viewer for parameters

    We are using the Crystal Report Viewer for the .Net Application on the client side.The reports are designed using Crystal Report XI R2.
    The issues that we are currently encountering is that, we are unable to load the combo-boxes in the pop-up for the parameters.
    All the reports have multiple commands and the variables are of 'dynamic' type.
    When the dialog box for requesting the pop-up comes up, It comes up empty even though they are linked to the respective commands.
    Also,For reports having multiple parameters we are unable to give a single dialog box to get in all the parameters.It appears as a series of prompts.
    Both,these issues are not encountered when the reports are launched via the Crystal reports developer tool.

    Hello Varun,
    I recommend to post this questionin the [dedicated NET forum|SAP Crystal Reports, version for Visual Studio;.
    This forum is monitored by qualified technicians and you will get a faster response there.
    Thank you for your understanding,
    Falk

  • Registration code not sent for Crystal Reports Basic for VS2008

    I need to know how to receive a CR registration code for VS2008.
    In VS2008 when I open a Crystal Report, I'm asked for a registration code.  So I registered at the SAP website for the CR Basic for VS2008 license, but all I received was an email below.  So where is my registration code for this? Where can I get one so I can stop the nag screen.
    Email received below:
    Thank you for registering SAP Crystal Reports, version for Visual Studio .NET 2008.
    As a registered user of SAP Crystal Reports, version for Visual Studio .NET, you'll be the first to receive notifications of product news and updates, beta programs, and special events.
    Make the SAP Crystal solutions support site your primary destination for technical support. Search the knowledge base, read and post to the forums, browse articles, and download service packs.
    Tap into the full power of the SAP Crystal Reports product line. Visit our website, to learn more about optimizing your business, download trial software, and explore upgrade paths that can help you support larger deployments and diverse user needs.
    Thank you for choosing SAP Crystal Reports, version for Visual Studio .NET.
    Sincerely,
    SAP.com Customer Service

    This is not a technical support issue as such. Please call 866-681-3435. They should be able to help you out.
    - Ludek

  • Error: "Couldn't create Crystal Reports Engine for report format version 10.0"

    Post Author: mkubala
    CA Forum: Crystal Reports
    I created several reports in ClearQuest v2003.6.15 using Crystal Reports v10. When a user tries to run these reports from his machine he gets the following error:"Problems executing ReportContact your ClearQuest administrator to verify that a supported version of Crystal Reports has been installed.Couldn't create Crystal Reports Engine for report format version 10.0"My version of CR is compatible with this version of CQ and he shouldn't need CR installed to run the reports so I'm not sure what the issue is?

    Post Author: nschindler
    CA Forum: Crystal Reports
    I have the same problem with ClearQuest 7.0.1.1, except the error contains 'version 11.0' instead of 10.0.This happened when I installed Crystal Reports XI Pro designer.  I followed the procedure to manually uninstall and re-install CR, which allowed me to to author report formats, but I still get this error when trying to view report in the ClearQuest for Windows client.  I tried to re-register all the CR viewer DLLs I could find, but still no luck.Any suggestions?  Thanks,Nate

  • Visual Studio 2005/2008 and Crystal Reports versions/upgrade questions.

    I've tried posting this question on the MSDN forums and gotten no response. 
    I've downloaded and installed VS 2008 Beta 2.   The versions on the Crystal Reports files included are 10.5.0.1806  
    I'm currently using VS 2005, with the included Crystal Reports.  The versions on those files are 10.2.0.xxxx.  I've created an desktop app (in VB) which stores it's data in a database and uses the CR 10 runtime merge modules to generate a report.
    I was considering upgrading the Crystal Reports version to XI.  I would like to allow customers to modify my delivered report with their own licensed copy of CR XI.  I am not providing any functionality within my app to create or modify the delivered .rpt or use it outside my application.
    Questions:
    Do I need to update the runtime files to CR XI to support rpt files modified with CR XI?  Current runtime files are being delivered with the CR 10 merge module.
    I see a Crystal Reports for Visual Studio upgrade to CR XI. 
    Can I update the merge modules to CR XI and still use the CR for VS2005 for development?
    Does it make any sense to update CR for VS 2005?  Or to get the full CR XI Developer edition?  My usage of CR functionality is very limited.
    Would there be any benefit to waiting for the release of VS 2008?   How does that change the scenario?
    How does Crystal Reports for Visual Studio fit in with the Crystal Reports Lifecycle?  It's not mentioned on Business Objects End of Life Dates page . Crystal 10 has a Patch EOL of 31-Dec-07.   Does this apply to CR for VS 2005?  Where does 10.5 fit in?
    My main concern is allowing customers with CR XI to change the format of my delivered .rpt to run with my app.  Adding their company name, logo, etc.   My testing show a CR XI report still works with my current app.  But, going forward, what should I deliver and what do I need to use to continue development?

    To use Reports designed in XI, you need to use XI or higher runtime, running them in older versions may work, but you may encounter unforeseen issues doing so.
    If you are to use VS2005 for development you need to use XI Release 2 (11.5) runtime.
    If you are going to use VS2008 for development you need to use Crystal Reports 2008 with Service Pack 0.
    The support end of life for versions of Crystal Reports bundled with Visual Studio are linked to what Microsoft's lifecycle for the product is.  Generally if there is a workaround for the issue that is simple enough, there will not be a patch created.
    The changes you are expecting the customer to do can be accomplished with our RAS SDK which is available without using enterprise starting with Crystal Reports XIR2 SP2.

  • Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Hi Friends,
    I am new user for SAP crystal report,
    can any one help me for
    Print Issue in VS 2010 Crystal Report Version 13.0.1.220

    Font must be True Type and on the WEB server where the report is being processed.
    Run Process Monitor and see if your app is loading the Font....
    Typically if the characters show up as a box it means either the font you are using does not support UNICODE characters, it's not installed so font substition is done but the font used doesn't have the Glyph's required or there is a permission issue with the font being instlaled under a local User account and should be installed under the Admin account.
    Also, Search for Font and Windows Framework, there are known limitations with .NET Framework and some fonts.
    What font are you using?
    Don

  • Crystal Reports Version Question

    Hello,
    I am developing a web site using vs 2010 and the compatible version as downloaded from here. I have come across a small issue that I'm sure is easily solvable but I can't find any references to it. When I try to run this solution on another machine or server with crystal reports 10 installed I notice that the graphs colours aren't matching to as set in the report. I understand that this is a version issue but without installing vs 2010 and then the crystal report version supported onto another machine. Is there away or an installation just so that the reports work as expected (fo this version without installing vs 2010).
    I tried downloading the redist 32 bit version from here and updating the config file accordingly but when I then generate a report I'm getting a database logon failed error.
    Note that if I change the webconfig file back to 10.2.3600.0 from the recently changed 13.0.2000.0 then the report works as expected, except the graph colours aren't using the conditional colours.
    Am I doing something horribly wrong?
    Cheers,
    John.
    Edited by: John Arran on Mar 2, 2011 3:11 PM

    I'm not sure I understand the details here - I htink the description gets a bit muddled as it goes. E.g.; this:
    I understand that this is a version issue but without installing vs 2010 and then the crystal report version supported onto another machine. Is there away or an installation just so that the reports work as expected (fo this version without installing vs 2010).
    is a source of confusion for me(?).
    In any case, CRVS2010 and CR 10.2 should be (as far as I know, are) side by side compatible. Based on my interpretation of the statement above, I wonder about the runtime being deployed. The CRVS2010 runtime is here:
    MSM
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_mergemodules_13_0.zip
    MSI 32 bit
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_32bit_13_0.zip
    MSI 64 bit
    http://downloads.businessobjects.com/akdlm/cr4vs2010/CRforVS_redist_install_64bit_13_0.zip
    Are you using one of the above to deploy the crvs2010 runtime?
    - Ludek

  • Crystal reports version 12 vs version 11

    my company purchased crystal reports version 11 and got version 12 in error of course version 12 is an upgraded version so it was a keeper-----our hosting payroll site only works with version 11 and they said it would not be a problem if we created reports in version 12 that they could still provide data through our ODBC connection
    all our reports were created in version 12 and successfully produce data--but suddenly 1 report does not work and of course they now say that they can only run the report if it is built in version 11--
    so the it would not be a problem now is, i feel they changed something on their side that is causing this particular report not to read, a tek issue...but they say by grace of ... was the way the report ever worked, but than why do all other reports still work now???
    is there any way to use our version 12 key product to get a downgraded version 11 to create this report?
    or open the report using version 12 and export it as a version 11?
    or if i recreate the report would the glitch on their side go away?

    Crystal 2008 (version 12) reports can be opened in Crystal XI (version 11) and saved there.  If you don't have access to a copy of Crystal XI, could you possibly see whether the payroll company can downgrade it for you?
    -Dell

  • Using Crystal Reports version 8.5

    Hi,
        I am using legaly Visual Studio 2008 Professional Edition and Crystal Reports Basic for VS 2008 for software developing and reporting.
        My client usees a third party software with reports designed in Crystal Reports 8.5 and I have to create new reports for that application. My client has Crystal Reports 8.5 Runtime installed. I tested, if I install Cristal Reports 2008 Runtime for my new reports, the other reports in 8.5 version is not work correctly. The migration of the existing reports to new version of Crystal Reports is not possible.
        My questions are:
        1. I can legaly use Cristal Reports 8.5 developer software if I have Crystal Reports Basic for Visual Studio .NET 2008?
        2. If I can, please tell me a link to download Crystal Reports 8.5.
        3. Can I install Crystal Reports 2008 Runtime and Crystal Reports 8.5 Runtime on same computer and all the reports, designed in the two versions of Crystal Reports, to work correctly?
    Thank you!

    OK. this post turned out to be longer than I intended, but I hope it clarifies your situation and options.
    I am not sure what you mean when you say:
    I tested, if I install Cristal Reports 2008 Runtime for my new reports, the other reports in 8.5 version is not work correctly.
    But here is a stab at an answer; Reports created in Crystal Reports Basic for Visual Studio .NET 2008, can not be run by CR 8.5 as the file format is too different and CR 8.5 does not understand it.
    Next time, it will be helpful to describe what is happening. Saying "...not work correctly" is pretty lame.
    A few things I want to clarify:
    I can legally use Crystal Reports 8.5 developer software if I have Crystal Reports Basic for Visual Studio .NET 2008?
    - Yes, you can. What AG meant to say was that CR 8.5 can not / should not be used in .NET. Not tested, not supported. But you can install CR 8.5 and it will live quite happily side by side with Crystal Reports Basic for Visual Studio .NET 2008
    If I can, please tell me a link to download Crystal Reports 8.5.
    - Not sure what you are asking for. CR 8.5 had to be purchased. As it has been out of support for over 10 years now, you can not purchase it any more.
    Can I install Crystal Reports 2008 Runtime and Crystal Reports 8.5 Runtime on same computer and all the reports, designed in the two versions of Crystal Reports, to work correctly?
    CR 8.5 and Crystal Reports Basic for Visual Studio .NET 2008 will work side by side fine. However as I mentioned above, reports created in Crystal Reports Basic for Visual Studio .NET 2008 will not work with CR 8.5. Reports created in CR 8.5 will work in Crystal Reports Basic for Visual Studio .NET 2008.
    Another point. I notice you say:
    Crystal Reports 2008 Runtime
    Very careful there as there is Crystal Reports 2008 (v 12.x) and the runtime would be Crystal Reports 2008 Runtime. There is a version of CR that bundles with VS 2008 (Crystal Reports Basic for Visual Studio .NET 2008) which as file version of 10.5 and thus a CR 10.5 runtime.
    Finally, to what I think you are really after. Correct me if I am wrong:
    1) You have a customer that has a 3rd party app built using CR 8.5
    2) Neither you, not your customer have CR 8.5
    3) You want to build additional reports for the customer
    If my interpretation above is correct, then you are probably out of luck. As already mentioned, CR 8.5 is not available for purchase. Versions of CR later than CR 8.5 create rpt file formats that CR 8.5 does not udnerstand.
    Your options:
    1) Create a new app in .NET2008 using Crystal Reports Basic for Visual Studio .NET 2008. You have to use the CR assemblies for .NET and you can use the CR 8.5 reports and any new reports you might want to create.
    2) Call sales (866-681-3435) and see if there is any way you can still purchase CR 8.5. Umm, don't hold your breath, but you never know...
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Silverlight and Crystal Reports Version 11.2

    Hello
    a customer works with Crystal Reports Version 11.2. Is it possible to create a Silverlight Application (in order to set the parameters) and then call the RPT-File? Is there a link for an example?
    What I have found so far is this blog entry: http://www.global-webnet.net/blogengine/post/2009/01/06/Running-Crystal-Reports-from-Silverlight.aspx
    ... But nobody can tell me which version of Crystal Reports is needed.
    Thanks!
    Bernhard

    Hi Bernhard,
    From the looks of the Design in your link it does appear to be a newer version of CR. It may be version 10.2 or 10.5 that comes with VS 2005 and 2008 he was using. If it was then R2 should work also.
    There is a link to Contact the blogger, ask him what versions he was using.
    Unfortunately we have not done any testing with silver light so can't say if it will work. Add your request to the Idea Place link above, search first, and then vote for it if found. Program Managers do watch it closely and they will add it if enough people request it.
    Thank you
    Don

Maybe you are looking for

  • Gracefully Shutdown Virtualized SQL 2012 Server on Battery (UPS) Power?

    I have a VMWare ESXi 5.1 environment with a 2012 R2 SQL Server that hosts all of our databases and functions as the Report Server.  I am the only on-site IT person and as such am responsible for database administration.  I have done a lot of reading

  • Share to .pdf loses hyperlinks

    Hi I have been trying to create a .pdf from Pages (ipad version) that contains hyperlinks.  The hyperlinks work fine in the Pages document, but when I Share it and convert to .pdf the hyperlinks no longer work. I have installed Adobe Reader and GoodR

  • Solman Documentation Network

    Hi All, I want to know if there is any Forum or Network of people who are using Solman for IT Documentation purpose or for TEST Management in their organisation. Or if there are any seminars/webinars related to it.  Any help would be really appreciat

  • HELP! Curve will NOT turn on!!! Shows picture of battery crossed out

    Whenever I try to plug in my Curve to charge, it IMMEDIATELY shuts off, red indicator light stays on for a few seconds, then a white screen with a battery with a line through it appears.  Re-seeding the battery or plugging/unplugging does nothing.  I

  • Can not run with Lingos

    can not run with Lingos!!!!