hi,
In the Report Properties window (RDLC Layout), click the "Code" to see what functions are defined
"GetPicture" is not present i think, search for others functions ex: GetData, SetData etc.
...
ex. of Publc Functions
Public Function GetData(Num as Integer, Group as integer) as Object
if Group = 1 then
Return Cstr(Choose(Num, Split(Cstr(Data1),Chr(177))))
End If
...