Pass picture to CrystalDecisions.CrystalReports.Engine.pictureobject in runtime
Posted
by Maryam Khalesi
on Stack Overflow
See other posts from Stack Overflow
or by Maryam Khalesi
Published on 2010-05-02T13:20:25Z
Indexed on
2010/05/02
13:27 UTC
Read the original article
Hit count: 712
crystal-reports
I'm trying to give a PictureObject (in my crystal report) ,path or something i use this line in C#.net :
PictureObject oPicture =(PictureObject) rptClass.ReportDefinition.ReportObjects["pPicture"];
but i don't have that option.
can anyone help me??
© Stack Overflow or respective owner