如何在Microsoft Reporting textbox中添加paragraf?
当我放置空字符时,它们不会被呈现,我尝试使用空格,LSet函数...VbTab...
例如
我想要
This is text但我得到了
这是文本
提前谢谢。
发布于 2009-05-27 13:57:52
为此,请将以下内容放入报表TextBox的Value属性中:
=" Text here"这将处理空格。
https://stackoverflow.com/questions/907215
复制相似问题