如何通过C#代码设置子报表名称?

发布于 2024-08-08 21:42:50 字数 270 浏览 2 评论 0原文

我需要通过代码设置子报表名称。我该怎么做? 我不想通过格式编辑器进行更改。 有没有办法在 C# 中设置子报告名称?

例如:

int number =“10”; 我需要将此数字显示为子报表名称。单击该数字时,将显示子报表详细信息。

Name        Address   Number
Mercury     London   **10**

这里的 10 号是按需子报告。

如何在C#代码中设置子报表名称?

I need to set the subreport name through code. How do i do this ?
i dont want to change through Format Editor.
Is there any way to set the Sub report name in C# ?

For Ex:

int number ="10";
I need this number to be shown as subreport name.and when clicked on that number,subreport details will be shown.

Name        Address   Number
Mercury     London   **10**

Here number 10 is on demand-subreport.

How to set subreport name in C# code ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一萌ing 2024-08-15 21:42:50

使用 ReportDocument.Subreports().Name 属性。

Use the ReportDocument.Subreports().Name property.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文