Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要在我的 asp.net Web 应用程序中使用水晶报表创建一个向下钻取报表。我需要在我的详细信息部分添加向下钻取选项。我在这方面做了一些研发。我找不到任何解决方案。如果有人有使用水晶报表钻取报表的经验,请与我分享。
谢谢 ..
在字段上创建一个组,然后hide在details部分上创建一个组。您将能够details通过双击组标题字段来深入了解该部分。
hide
details
** 编辑 ** 该details部分是最低级别;没有进一步的钻取是可能的。您可以考虑将子报告添加到该details部分以进一步提供数据粒度。