我想使用PictureObject
从Crystal Report中的路径显示图像。
我已经使用了这段代码https://answers.sap.com/questions/7643996/replace-or-insert-a-new-custom-image-in-place-of-e.html,但没有得到很好的回报。
这是我的代码
ReportDocument doc = new ReportDocument();
doc.Load(path);
PictureObject img= (PictureObject)doc.ReportDefinition.ReportObjects["pict"];
我正在寻找使用字段img
的方法。
当我使用TextObject
时,我发现一个.Text
字段,但PictureObject