Define a picture at Rumtime .NET
is it possible to define the OLE Object Picture location
properties at run time in Crystal Reports.NET
i with to show a different picture in the report
depending on who is logged in?
i know it is opssible with different versions using the
"Report Designer Component" and libraries:
CRAXDUI.DLL and CRAXDRT.DLL
and the code:
Private Sub Section1_Format(ByVal pFormattingInfo As Object)
Picture1.FormattedPicture = LoadPicture("Xtreme.bmp")
End Sub
but how do i do it in the .NET version?
thanks,
Tom