问题标签 [reportviewer]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
reporting-services - RDLC 报告中的矩形是否固定高度?
我有一个 RDLC 报告,其中有一个子报告,我想成为 A4 纸的高度。子报告中的行数可能会有所不同,所以我将子报告放在一个矩形中,这样如果子报告很短,我的报告的其余部分就不会缩小。根据文档,矩形是固定大小的。当我在网页上显示报告时,这很好用,但是当我在 WinForms 应用程序的 ReportViewer 中运行它时,它会缩小!
这是一个已知问题吗?是否有人对如何处理有任何想法?
asp.net - ReportViewer - 在服务器端 asp.net 中访问子报表/钻取
在 aspx 页面中使用 ReportViewer 控件时。如果您触发一个事件(例如单击一行),然后显示一个子/钻取报告...您如何在服务器端访问该报告对象?
父报表对象有一个 DrillThough 事件被触发......但它似乎无权访问新报表或将哪些值传递给子/钻取报表。
此外,当页面重新加载(回发)并显示子报告时,我什至不确定如何在 page_load 事件期间访问子/钻取报告......因为您似乎无法通过父级访问它报告查看器...
我正在使用 2008 ReportViewer 对象
crystal-reports - 支持托管服务器的水晶报表
我正在为 asp.net 应用程序运行共享托管服务器。我想在我的服务器上支持水晶报表。以便用户 web 应用程序使用水晶报表。
谁能知道服务器上支持水晶报表的程序是什么。
谢谢
asp.net - ASP.NET ReportViewer 本地模式性能(expression_host 重新生成)
我有一个简单的 ASP.NET Web 表单,其中有几个在本地模式下运行的 ReportViewer 控件。每次页面加载时,每个 ReportViewer 都会加载报表定义并重新生成动态 expression_host 程序集。这显然很耗时,并且不会很好地扩展。有没有办法让 ReportViewer 缓存报表定义和动态 expression_host 程序集?
c# - ReportViewer 是否能够邮寄标签?
我将 C# 与 VS2008 标准一起使用。ReportViewer 是否可以创建邮件标签?或者它真的不是为了那个?
PS.我不想以任何方式使用 MS Word。
谢谢
reporting-services - rdlc 中的报告标题在哪里
当我右键单击时,我没有在 RDLC 中找到报告标题,只有页面标题显示。
reportviewer - Using subreports with Microsoft's ReportViewer control in local mode
Does anyone have a recommendation for an excellent reference on Microsoft's ReportViewer (VS 2008 flavour) when used in local mode? I'm currently using it but parts of it are a bit of a black box so I'd like to read up on the entire subject.
Especially want to start using sub-reports to display more complex parent-child reports. I'm assuming they work in a similar mode to Crystal Reports with which I'm reasonably familar.
Thanks, Rob.
reporting-services - Reportviewer 中的组表达式
我想弄清楚如何对表中包含的数据进行分组。我希望能够按列中相似的数据进行分组。
例如:
- 鲍勃,23 岁,谷物
- 鲍勃,24 岁,燕麦片
- 苏珊,25 岁,奶油
- 苏珊,26 岁,马
以上,我正在尝试找到一个可以让我将两个 Bob 和两个 Susan 组合在一起的表达式。
我假设这是一件简单的事情,但是,我无法弄清楚。
reporting - Cognos 报告显示没有来自 url 的数据
我可以很好地从报告工作室运行我的所有报告。因此,这不是查询或数据甚至报告规范的问题。
当我从 URL 调用它们时,我在报告中没有得到任何数据。显然应该有数据。
我们刚刚从 8.2 升级到 8.3,这并不是所有的报告……只有少数几个。
这是一个严重的问题,因为我们的用户无法再运行这些报告。
请帮忙。
-k
pdf - 报表查看器横向 pdf 导出
如何为 pdf 导出设置横向?
在刷新之前使用 System.Drawing.Printing.PageSettings 不起作用。