Click here to Skip to main content
15,895,606 members

Comments by kalaiselvansurya (Top 8 by date)

kalaiselvansurya 9-Nov-13 5:58am View    
My Codeing Working in Running time but not work after deployment copy i instaled crystal report v 13. one person tell me u instal netget after working fine but still same problem.
Dim con As New ConnectionInfo
Dim con1 As New ConnectionInfo
Dim db1 As Database
Dim dbs As Tables
Dim db As Table
Dim tab As TableLogOnInfo
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
With con
.UserID = "sa"
.Password = "sa"
.DatabaseName = "TASHEEL"
.ServerName = "Admin-PC"
End With
rpt.Load(Server.MapPath("..\Report\COVER_FEES.rpt"))
db1 = rpt.Database
dbs = db1.Tables
For Each db In dbs
tab = db.LogOnInfo
tab.ConnectionInfo = con
db.ApplyLogOnInfo(tab)
Next
CrystalReportViewer1.SelectionFormula = str
CrystalReportViewer1.ReportSource = rpt
CrystalReportViewer1.ShowFirstPage()
CrystalReportViewer1.RefreshReport()
'rpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfFile)
kalaiselvansurya 9-Nov-13 5:57am View    
My Codeing Working in Running time but not work after deployment copy i instaled crystal report v 13. one person tell me u instal netget after working fine but still same problem.
Dim con As New ConnectionInfo
Dim con1 As New ConnectionInfo
Dim db1 As Database
Dim dbs As Tables
Dim db As Table
Dim tab As TableLogOnInfo
Dim rpt As New CrystalDecisions.CrystalReports.Engine.ReportDocument
With con
.UserID = "sa"
.Password = "sa"
.DatabaseName = "TASHEEL"
.ServerName = "Admin-PC"
End With
rpt.Load(Server.MapPath("..\Report\COVER_FEES.rpt"))
db1 = rpt.Database
dbs = db1.Tables
For Each db In dbs
tab = db.LogOnInfo
tab.ConnectionInfo = con
db.ApplyLogOnInfo(tab)
Next
CrystalReportViewer1.SelectionFormula = str
CrystalReportViewer1.ReportSource = rpt
CrystalReportViewer1.ShowFirstPage()
CrystalReportViewer1.RefreshReport()
'rpt.ExportToDisk(ExportFormatType.PortableDocFormat, pdfFile)
kalaiselvansurya 9-May-13 6:30am View    
Dim value = New ParameterDiscreteValue()
value.Value = "kalai"
rpt.ParameterFields("@Name").CurrentValues.Add(value)

Missing parameter values. Please send any sample solution
kalaiselvansurya 8-May-13 22:48pm View    
now i get error-- Missing parameter values.
kalaiselvansurya 8-May-13 11:22am View    
i set date field also. now i call string value. only again same problem