0
我在第一列中添加了標籤並在第二列中放入了映射,但在單擊預覽時(在IDE中)表格中放置了一張表格沒有出現。在報告服務中,表格詳細信息未顯示在預覽中
「初始可見性」設置爲「可見」。
我使用VS 2005團隊資源管理器版(這是從SQL Server 2005 BI開放)
下面是一個示例XML(代碼),如果可能的幫助。
<TableRow>
<TableCells>
<TableCell>
<ReportItems>
<Textbox Name="labelRID">
<Style>
<FontFamily>Times New Roman</FontFamily>
<FontSize>12pt</FontSize>
<TextAlign>Right</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>7</ZIndex>
<CanGrow>true</CanGrow>
<Value>RID:</Value>
</Textbox>
</ReportItems>
</TableCell>
<TableCell>
<ReportItems>
<Textbox Name="textboxRID">
<Style>
<FontFamily>Times New Roman</FontFamily>
<FontSize>12pt</FontSize>
<TextAlign>Left</TextAlign>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<PaddingBottom>2pt</PaddingBottom>
</Style>
<ZIndex>6</ZIndex>
<CanGrow>true</CanGrow>
<Value>=Fields!rid.Value</Value>
</Textbox>
</ReportItems>
</TableCell>
</TableCells>
<Height>0.25in</Height>
</TableRow>