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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. crystalreport maximum report processing jobs limit problem

crystalreport maximum report processing jobs limit problem

Scheduled Pinned Locked Moved ASP.NET
helptutorial
1 Posts 1 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.
  • A Offline
    A Offline
    Abolfazl Sheikhloo
    wrote on last edited by
    #1

    i have this code: pdfdocument[] pdf = new pdfdocument[2000]; reportDocument[] rpt = new reportDocument[2000]; for(int i=0;i<2000;i++) { rpt[i] = loadReport("anycrystalreport.rpt"); pdf[i] = convertcrystalreporttopdf(rpt[i]); } showpreviewpdf(merge(pdf)); this codes make the error: the maximum report processing jobs limit configured by your system administrator has been reached. please help me. if my codes isn't good method for this action please give me any ideas for show multiple reports in one pdf file. i know that how to marge 2000 pdf file to one pdf file. We Can Do Anything, If We Want It

    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