TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Mark Tabor
590
2k
457.2k
The maximum report processing jobs limit configured by your
Jul 11 2016 1:54 AM
I am using ASP.NET 4.0 with visual stuido 2010 I have crystal report and my crystal report is bind with parameters , i am getting that error when i put multiple parameters they are dependent in nature like cascade nature country populates cities and cities populates villages etc below is my code in page load
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
FillDistrictsearch()
FillTargetLevelsearch()
FillIndicators()
FillQuarter()
FillPo()
FillYEarSearch()
FillStatus()
' Dim dsCustomers As AccumulatedDset = GetData()
End If
Dim crystalReport As New ReportDocument()
crystalReport.Load(Server.MapPath("~/PartnerDetailedWithAllParams.rpt"))
Dim dsCustomers As PartnerDetailedDset = GetData()
crystalReport.SetDataSource(dsCustomers)
crystalReport.SetDatabaseLogon("admin", "72.249.151.40", "planrbmedb2", "hg@3vdf43")
CrystalReportViewer1.ReportSource = crystalReport
CrystalReportViewer1.ToolPanelView = CrystalDecisions.Web.ToolPanelViewType.None
End Sub
Reply
Answers (
1
)
File Data on Device
why are the show this error in my project please help me ...