如何从Crystal Report中的路径添加图像

时间:2019-06-21 14:50:03

标签: c# crystal-reports

我想使用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

却什么也没有

0 个答案:

没有答案