标签: crystal-reports
我正在尝试提供PictureObject(在我的水晶报告中),路径或其他东西 我在C#.net中使用这一行:
PictureObject oPicture =(PictureObject)rptClass.ReportDefinition.ReportObjects [“pPicture”];
但我没有这个选择。
答案 0 :(得分:1)
我解决了我的问题:Importing Dynamic Images to the Crystal Report