ReportOptions.Picture of FastReport.TfrxReport
How to use this property in vb6?
I try:
Set Rel = New FastReport.TfrxReport
Rel.ReportOptions.Picture = "C:\Logo.jpg"
but it's not work!
I try:
Set Rel = New FastReport.TfrxReport
Rel.ReportOptions.Picture = "C:\Logo.jpg"
but it's not work!