Connect to add firebird report
Hi all,
I tried to send the connection of a firebird database with report
Dim confb = New FBConnection
confb.ConnectionString = cadena_conexion
confb.Open ()
Report.Dictionary.Connections.Add (confb), but I get an error: ""
'FirebirdSql.Data.FirebirdClient.FbConnection' can not be converted to 'FastReport.Base'
I tried to send the connection of a firebird database with report
Dim confb = New FBConnection
confb.ConnectionString = cadena_conexion
confb.Open ()
Report.Dictionary.Connections.Add (confb), but I get an error: ""
'FirebirdSql.Data.FirebirdClient.FbConnection' can not be converted to 'FastReport.Base'