1
Logon failed in ASP.NET
hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); CrystalDecisions.Shared.TableLogOnInfos tables = new CrystalDecisions.Shared.TableLogOnInfos(); CrystalDecisions.Shared.ConnectionInfo connn = new ConnectionInfo(); connn.ServerName = “10.3.1.178″; connn.UserID = “sa”; connn.Password = “sa”; connn.DatabaseName = “perdb”; ReportDocument [...]
Answer Question
| December 1, 2008 6:03 AM
ASP.NET, ASP.NET 2.0, C#, Crystal Decisions, Crystal Reports, Web development
hi , i m new in asp.net 2.0 with C#, i have some logon failed problem when exporting crystal report to pdf . code mention below ******************************* CrystalDecisions.Shared.TableLogOnInfo table = new CrystalDecisions.Shared.TableLogOnInfo(); CrystalDecisions.Shared.TableLogOnInfos tables = new CrystalDecisions.Shared.TableLogOnInfos(); CrystalDecisions.Shared.ConnectionInfo connn = new ConnectionInfo(); connn.ServerName = “10.3.1.178″; connn.UserID = “sa”; connn.Password = “sa”; connn.DatabaseName = “perdb”; ReportDocument [...]
1





