【问题标题】:Add byte[] image to Crystal report将 byte[] 图像添加到 Crystal 报表 【发布时间】:2023-04-02 11:51:01 【问题描述】: 如何将图像添加到具有以下格式之一的报告中 base 64、位图和字节 []? 【问题讨论】: 标签: image crystal-reports sap 【解决方案1】: 我在 DataSet (C#) 中使用 byte[],在 XSD 中使用 base64string。 详见其他帖子: here, here,或 here 如果你直接连接到数据库,我不知道该怎么做。 【讨论】: