简体   繁体   English

SSRS:在运行时调整报告和页面大小

[英]SSRS: adjusting report and page size at runtime

Basically I'm trying to get a png back from SSRS 2008, which will go into a cell of variable size, which is determined when making the request. 基本上,我试图从SSRS 2008中获取一个png,它将进入可变大小的单元格,该单元格是在发出请求时确定的。 So my inquiry boils down to these 3 questions: 因此,我的询问归结为以下三个问题:

  1. Is there any way to specify the page size of the report with web request parameters or through a web service call? 是否可以通过Web请求参数或通过Web服务调用来指定报告的页面大小?
  2. Can I tell a chart to fill the page instead of giving it fixed size parameters? 我可以告诉图表填充页面,而不给它固定大小的参数吗?
  3. Barring these two items, is there another way around the issue? 除这两项外,还有其他解决方法吗?

See my post here: SSRS - Keep a table the same width when hiding columns dynamically? 在这里查看我的文章: SSRS-动态隐藏列时,表格的宽度保持不变吗?

Explains how to alter the RDLC file during runtime. 介绍如何在运行时更改RDLC文件。 You could easily tie a similar function to a web service request. 您可以轻松地将类似功能绑定到Web服务请求。 The client side would request a new RDLC file from a web service, then refresh it in the report viewer control. 客户端会从Web服务请求新的RDLC文件,然后在报表查看器控件中刷新它。

Not sure about #2. 不确定#2。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM