SSRS 2005:如何在表中创建可折叠文本字段?
我在 SSRS 2005 中有一个批次详细报告,最左边的列是 NTEXT SQL 字段。我需要将报告中的字段显示为: 1).可折叠的文本框,以便用户可以通过单击扩展控件或查看字段中的详细信息 2)。作为工具提示,因此当用户将鼠标悬停在列上时,他们可以查看完整的详细信息,
我可以找到折叠或展开所有列(即整行)的代码,但不能找到表格中单个文本框的代码。
非常感谢您的帮助!
I have a batch detail report in SSRS 2005, the left most column is an NTEXT SQL field. I need to show the field in the report either as:
1). A collapsible text box so users can view detail in the field by clicking the expansion control OR
2). As a tool tip, so when users hover over the column, they can view the full detail
I can find code to collapse or expand all columns (i.e. the entire row) but not for a single text box in a table.
Any assistance greatly received, thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道如何在 SSRS 中创建可折叠文本框,但是文本框有一个 ToolTip 属性 - 只需选择文本框,然后从下拉列表中选择 ToolTip 属性所需的值属性窗口中的表达式列表。
工具提示仅显示在浏览器中,而不是在 SQLServer BIDS 报表设计器中以预览模式显示(据我所知)。
I don't know how to make a collapsible text box in SSRS, but there is a ToolTip property for text boxes - just select the Text Box, then select the required value for the ToolTip property from the dropdown list of expressions in the Properties window.
The tool tip is only displayed in browsers, not in preview mode in the SQLServer BIDS report designer (as far as I can tell).