I have a picture object named LOGO in my .rpt report in my WEB.
I would like to know how to use the VB command in my ASP page:
Set rpt_origem.Logo.FormattedPicture = logoBMP(i)
I have to associate five .BMP file to LOGO object in my WEB report acording to value of session variable COD_EMPRESA.
I would like to know how to use the VB command in my ASP page:
Set rpt_origem.Logo.FormattedPicture = logoBMP(i)
I have to associate five .BMP file to LOGO object in my WEB report acording to value of session variable COD_EMPRESA.