标签:ActiveReport
ActiveReport 中 RichTextbox的使用
ActiveReport报表中RichTextBox可用的Html标签参考 Which HTML Tags are Supported by the RichTextBox Control in ActiveReports for .NET 2? http://www.datadynamics.com/forums/77664/ShowPost.aspx……
04-21 立刻查看
ActiveReport V3报表中行间距的调整
最近客户需求在报表 ActiveReport 中调整行间距,可惜的是目前V3版本中TextBox、Label、RichTextBox控件并不支持LineSpacing行间距属性。(此属性在V6版本后才支持) 不过可以使用另一种方法,实现相同的功能,使用RichTextbox的Html属性,添加一个font标签,改变line-height的值,可以使用的单……
04-21 立刻查看