Hi everyone,
Please solve my problem.
I have the problem of "The request could not be submitted for background processing." in crystal report when i dynamically filled the data.
Report.SetDataSource(ds.Tables(0))
CrystalReportViewer1.RefreshReport()
Me.CrystalReportViewer1.DisplayGroupTree = False
Me.CrystalReportViewer1.ReportSource = Report
here the data set is already fill by the data. I only assign it to report. When i comment these lines it display a blank report.
Can anyone help me soon.
Thanks in advance...
from:
Gaurav
|