【问题标题】:Show dynamic external image in rdlc report table rows在 rdlc 报告表行中显示动态外部图像
【发布时间】:2019-03-25 15:59:23
【问题描述】:

我想在 RDLC 报告行中显示一个外部图像,完整的图像路径保存在数据库中。

This what I want to get

我做了以下步骤,我改变了文本框属性如下:

文本框属性 -> 背景图片 ->

  • 来源:外部
  • 值:=First(Fields!Image_URL.Value, "MyTable")
  • MIME 类型:图像/jpeg

然后我将这一行添加到我的代码中:

ReportViewer1.LocalReport.EnableExternalImages = True

The steps I did

我在这个文本框中仍然看不到任何图像,请告诉我

【问题讨论】:

    标签: vb.net rdlc dynamic-rdlc-generation


    【解决方案1】:

    这是我做的例子。插入图像后,转到图像属性。图像源选择外部。然后,让您将正确的 URL 发送到数据集字段。

    【讨论】:

      猜你喜欢
      • 2015-09-26
      • 1970-01-01
      • 1970-01-01
      • 2021-02-06
      • 2023-01-22
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-07-24
      相关资源
      最近更新 更多