Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/reporting-services/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Reporting services 从自定义报告项(ssrs控件)获取图像数据_Reporting Services - Fatal编程技术网

Reporting services 从自定义报告项(ssrs控件)获取图像数据

Reporting services 从自定义报告项(ssrs控件)获取图像数据,reporting-services,Reporting Services,有人知道如何从自定义报表项内部获取图像数据吗 我想让我的组件的用户能够设置组件要使用的图像(例如背景图像)。我已经设法创建了ImageSource类型的属性,但我认为我需要读取源和值,然后检索图像数据本身(因为ImageSource接口中没有任何内容可以访问它) 我怀疑所有类型的源都应该有一个通用接口,但是如果我需要使用EmbeddedImageCollection之类的东西,也可以 谢谢 简而言之:查看代码并将标签复制粘贴到嵌入的图像标签中

有人知道如何从自定义报表项内部获取图像数据吗

我想让我的组件的用户能够设置组件要使用的图像(例如背景图像)。我已经设法创建了ImageSource类型的属性,但我认为我需要读取源和值,然后检索图像数据本身(因为ImageSource接口中没有任何内容可以访问它)

我怀疑所有类型的源都应该有一个通用接口,但是如果我需要使用EmbeddedImageCollection之类的东西,也可以


谢谢

简而言之:查看代码并将标签复制粘贴到嵌入的图像标签中