标签: html formatting controls format reportviewer
是否可以在ReportViewer控件中简单地格式化文本,以便正确格式化并且不显示标记。
我在数据库字段中的文本存储类似于以下内容: this is some text.<p/><p>more textaslkdflsdlfkdslskfasldf<p/><p> </p><p>asdkfksadjf – aslkfdskfd</p>
this is some text.<p/><p>more textaslkdflsdlfkdslskfasldf<p/><p> </p><p>asdkfksadjf – aslkfdskfd</p>
我希望它能正常显示(理想情况下)具有适当的格式
谢谢, 麦克
答案 0 :(得分:0)
您可以在文本框中创建占位符文本,并将标记类型设置为“HTML - 将HTML标记解释为样式”。 this是MSDN的帮助。