Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. On performance of Crystal Reports in .NET using C#

On performance of Crystal Reports in .NET using C#

Scheduled Pinned Locked Moved C#
csharpbusinessperformancequestioncode-review
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    selcuks
    wrote on last edited by
    #1

    Hello, I am trying to connect a Crystal Report(an rpt file) to a Crystal Report viewer on run-time and using the ReportDocument object model as MSDN suggests. Please consider the following lines of code: ReportDocument rptDoc = new ReportDocument(); rptDoc.Load("C:\\Report.rpt") ... CrystalRptViewer.SetReportSource(rptDoc); When I execute my executable file, I observed that the application is rather slow for a very simple operation. When I debugged, I observed that the compiler spends around 5 seconds in the above section of the code. (When an instance of the ReportDocument class is created.) After research on google and Business Objects support forum, I saw that many people migrated to Crystal Reports 2008 has similar issues loading the report file. Is there any suggestions to improve performance here? Thank you

    L 1 Reply Last reply
    0
    • S selcuks

      Hello, I am trying to connect a Crystal Report(an rpt file) to a Crystal Report viewer on run-time and using the ReportDocument object model as MSDN suggests. Please consider the following lines of code: ReportDocument rptDoc = new ReportDocument(); rptDoc.Load("C:\\Report.rpt") ... CrystalRptViewer.SetReportSource(rptDoc); When I execute my executable file, I observed that the application is rather slow for a very simple operation. When I debugged, I observed that the compiler spends around 5 seconds in the above section of the code. (When an instance of the ReportDocument class is created.) After research on google and Business Objects support forum, I saw that many people migrated to Crystal Reports 2008 has similar issues loading the report file. Is there any suggestions to improve performance here? Thank you

      L Offline
      L Offline
      led mike
      wrote on last edited by
      #2

      selcuks wrote:

      Is there any suggestions to improve performance here?

      Crystal Reports is a 3rd party product therefore you should be asking that question in their forums.

      led mike

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups