<TableCell>
<ReportItems>
<Textbox Name="TextBox3">
<Action>
<Hyperlink>="https://web.teld.cn/#/wo/orderManage/orderManageDetail?NoAuth=true&Action=View&Type=orderManageList&ifFeedback=&ID=" & Fields!工单ID.Value & ""</Hyperlink>
</Action>
<CanGrow>true</CanGrow>
<Value>=Fields!工单编号.Value</Value>
<Style>
<FontFamily>微软雅黑</FontFamily>
<FontSize>10pt</FontSize>
<FontStyle>Normal</FontStyle>
<FontWeight>400</FontWeight>
<PaddingBottom>2pt</PaddingBottom>
<PaddingLeft>2pt</PaddingLeft>
<PaddingRight>2pt</PaddingRight>
<PaddingTop>2pt</PaddingTop>
<TextAlign>Center</TextAlign>
<VerticalAlign>Middle</VerticalAlign>
<BorderStyle>
<Default>Solid</Default>
</BorderStyle>
</Style>
</Textbox>
</ReportItems>
</TableCell>
1.&代表&
2.NoAuth=true去框架的意思
3.ID=" & Fields!工单ID.Value & " 其中工单ID是变量