如何在RDLC Report C#VS2010中使用html标签? [英] how to work html tag in RDLC Report C# VS2010?

查看:77
本文介绍了如何在RDLC Report C#VS2010中使用html标签?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我已经设置了拦截HTML标签,因为样式是真的但有些标签不起作用,

工作标签: div,br,p ...

无效标签:表... /// ...

无效。



请帮我解决这个问题。

解决方案

如果你跟着 MSDN链接 [ ^ ]来自StackOverflow的答案,您已经看到以下内容:

< blockquote class =quote>



以下是d时将呈现为HTML的完整标记列表定义为占位符文本:

  • 超链接:< A href>
  • 字体:< FONT>
  • 标题,样式和块元素:< H {n}>,< DIV>,< ; SPAN>,< P>,< DIV>,< LI>,< HN>
  • 文字格式:< B> ,< I>,< U>,< S>
  • 列表处理:< OL>,< UL>,< LI>


在报告处理期间,将忽略任何其他HTML标记标记。



< table> 标记未列为受支持的HTML标记,因此无法使用,是无法使其发挥作用。


Hi,

I have already set intercept HTML tag as style is true but some tag is not working,
Working tag: div,br,p...
not working tag: Table ...///...

is not working.

Please help me for this issue.

解决方案

If you'd followed the link to MSDN[^] from the StackOverflow answer, you'd have seen the following:


The following is a complete list of tags that will render as HTML when defined as placeholder text:

  • Hyperlinks: <A href>
  • Fonts: <FONT>
  • Header, style and block elements: <H{n}>, <DIV>, <SPAN>, <P>, <DIV>, <LI>, <HN>
  • Text format: <B>, <I>, <U>, <S>
  • List handling: <OL>, <UL>, <LI>

Any other HTML markup tags will be ignored during report processing.


The <table> tag is not listed as a supported HTML tag, so it will not work, and there is no way to make it work.


这篇关于如何在RDLC Report C#VS2010中使用html标签?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆