Hello All,
I have a requirement to put Object Symbol image on my report Dialog Box.
I have successfully done this with following code when i was using ARIS 7.1.317
var l_ObjectOcc = l_MethodFilter.SymbolGraphic(33);
l_ModelPicture.Insert(l_ObjectOcc, 100, 100, 100+l_ObjectOcc.GetSize()[1], 100+l_ObjectOcc.GetSize()[2], Constants.PS_SOLID);
But When i have upgraded my ARIS to 7.1.390, This insert method is not working
It is giving me blank (White) image on dialog box..
Can anybody help me on this?
Or I think its a bug in new release , so how can i contact IDS for this bug?
Thanks