Fastreport.net PictureObject
I have a problem to load the file into PictureObject in Fastreport.net
I put a Picture1 in the report,
and then on StartReport or Load event:
FastReport.PictureObject pict = new FastReport.PictureObject();
pict = (FastReport.PictureObject)WebReport1.Report.FindObject("Picture1");
pict.ImageLocation = "c:\\ABC.jpg";
But the image cannot show out.
Would you help me ?
I put a Picture1 in the report,
and then on StartReport or Load event:
FastReport.PictureObject pict = new FastReport.PictureObject();
pict = (FastReport.PictureObject)WebReport1.Report.FindObject("Picture1");
pict.ImageLocation = "c:\\ABC.jpg";
But the image cannot show out.
Would you help me ?