如何使用数据库中的图像路径在SSRS中显示图像图像路径在数据库中以images / image1.png的形式给出

问题描述

我正在处理SSRS报告,因为我需要显示该报告的徽标。我在像string keyToSelect = "color"; var result = fruits.Select(fruit => new { SelectedItem = fruit.Items .Where(item => item.Key == keyToSelect) .FirstOrDefault(),// Select other Fruit properties that you plan to use,// or skip this if a Fruit has no other properties Name = fruit.Name,... }) // Keep only those Fruits that have a FirstItemWithKeyToSelect: .Where(fruit => fruit.SelectedItem!= null); 这样的数据库中有图像路径,已使用外部和数据库作为图像源。但是在徽标中仍然找不到图像。

解决方法

带有'File:FilePath' 的图像路径前缀

'File:D:\logo.jpg'

相关问答

依赖报错 idea导入项目后依赖报错,解决方案:https://blog....
错误1:代码生成器依赖和mybatis依赖冲突 启动项目时报错如下...
错误1:gradle项目控制台输出为乱码 # 解决方案:https://bl...
错误还原:在查询的过程中,传入的workType为0时,该条件不起...
报错如下,gcc版本太低 ^ server.c:5346:31: 错误:‘struct...