如何在SqlDB XML数据中的SSRS表单元格中添加多个图像和文本

时间:2016-01-26 16:56:35

标签: c# sql .net reporting-services

在数据库列名XMLdata中,值如下所示。如何在SSRS的单个单元格中显示这些图像和文本?在此先感谢!!

<table>
    <dcomp>
        <Image>"Image1.png"</Image>
        <TextBlock>TestText1</TextBlock>
    </dcomp>
    <dcomp>
        <Image>"Image2.png"</Image>
        <TextBlock></TextBlock>
    </dcomp>
    <dcomp>
        <Image></Image>
        <TextBlock>TestText2</TextBlock>
    </dcomp>
    <dcomp>
        <Image>"Image3.png"</Image>
        <TextBlock></TextBlock>
    </dcomp>
</table>

0 个答案:

没有答案