Problem when exporting Crystal Report file to PDF

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Problem when exporting Crystal Report file to PDF

    My advice is to stop x-posting to so many groups!
    Hope This Helps.

    dlr

    "Ozzy Knox" <ozzyknox@absamail.co.za> wrote in message
    news:3f2e3a7f$0$231@hades.is.co.za...
    > Hi
    >
    > When exporting a Crystal Report programatically using the Export() method
    of
    > the Crystal Report class ReportClass, I get an error and it won't produce
    > the PDF file. The error is as follows:
    >
    > Exception Details:
    > CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: Error in
    > File C:\WINDOWS\TEMP\temp_c6485d7f-bd49-4723-b40c-b377d7d45fd3.rpt: Access
    > to report file denied. Another program may be using it.
    >
    > Any advice on how to solve this?
    >
    > Thanks
    > Ozzy
    >
    >

    Dennis Redfield Guest

  2. Similar Questions and Discussions

    1. ASP .NET - Crystal Report Error
      Hi, I got the following error when I set the report source of the CrystalReportViewer, Can anyone please help me. Thanks...doug. Private Sub...
    2. How to display Crystal Report
      Hi all, I dont know how to display a parameterized Crystal report in Asp.Net page... e.g. I give input of Student Code range and then click on View...
    3. Pls Hlp : crystal report
      Hi, Am getting the following error: cpeaut32 error '800a753c' Invalid enum value. & the code is as follows : set MyParam = ...
    4. Formatting a Crystal Report
      Hi, I have a report that I render out as PDF. I have two sections in my Details section of the report. I want to format the background of...
    5. ASP + Crystal Report 9
      I am beginner on Crystal Report. I want to ask a basic question. How can i display a report in ASP? I search for many web and try the sample...
  3. #2

    Default Re: Problem when exporting Crystal Report file to PDF

    Thanks Dennis, that really halped!

    Maybe you should take some of your own advice ;-)

    "Dennis Redfield" <dennis.redfield@acadia-ins.com> wrote in message
    news:uwoR0vnWDHA.1632@TK2MSFTNGP11.phx.gbl...
    > My advice is to stop x-posting to so many groups!
    > Hope This Helps.
    >
    > dlr
    >
    > "Ozzy Knox" <ozzyknox@absamail.co.za> wrote in message
    > news:3f2e3a7f$0$231@hades.is.co.za...
    > > Hi
    > >
    > > When exporting a Crystal Report programatically using the Export()
    method
    > of
    > > the Crystal Report class ReportClass, I get an error and it won't
    produce
    > > the PDF file. The error is as follows:
    > >
    > > Exception Details:
    > > CrystalDecisions.CrystalReports.Engine.LoadSaveRep ortException: Error in
    > > File C:\WINDOWS\TEMP\temp_c6485d7f-bd49-4723-b40c-b377d7d45fd3.rpt:
    Access
    > > to report file denied. Another program may be using it.
    > >
    > > Any advice on how to solve this?
    > >
    > > Thanks
    > > Ozzy
    > >
    > >
    >
    >

    Ozzy Knox Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139