Skip to Content
0
Former Member
Dec 22, 2017 at 02:01 PM

Crystal reports not working in 13.0 While adding additional parameters to setconnection

83 Views Last edit Dec 27, 2017 at 12:01 PM 4 rev

For Generating Crystal Reports, I’m Adding two more parameters like “Encrypt = true;TrustServerCertificate = true;” to the below code snippet, But I’m getting "Overload resolution failed because noaccecible arguments for setconnection property" error. SetConnection(My.Settings.server, My.Settings.database, My.Settings.userid, frmMain.DBPassword)

Thanks for the Help in Advance