SQL报表服务器显示属性时

问题描述:

在MS访问存在显示当地产巫婆能对报告中一行对象定义的地方将被显示(仅打印,仅屏幕,常亮)。
是否有SSRS2008模拟功能。
我通常在有条件的显示或隐藏数据可见性使用IIF(),但我不知道我怎么能什么隐藏的时候它会打印。

In MS Access exist "Display When Property" witch can for one objects on report define where it is going to be displayed (Print Only,Screen Only,Always). Is there analog function in SSRS2008. I usually use IIF() in visible properties for conditional showing or hiding data, But i do not know how I can something hide when it is going to print.

编辑:
是有一种可能性,这一点使用C#和ASP.NET技术来完成,或者我可以组装这一点。
。如果我呈现为HTML也许生病可以能够在打印前隐藏一些标签页。

Is there a possibility to this be done using C# and ASP.NET technology, or Can I make assembly for this. If I render page as HTML maybe Ill can be able to hide some labels before printing.

在此先感谢

不,我知道的,自定义呈现扩展之外。

Not that I know of, outside a custom rendering extension.

您当然可以使用参数来有条件地取消各种元素,然后提供一个自定义导出/打印控制设置在后台此参数。这排除了使用报表管理器,但如果你已经滚动自己的报告界面,它不会做更多的工作。

You can certainly use parameters to conditionally suppress various elements, and then provide a custom export/print control to set this parameter in the background. That precludes the use of the Report Manager, but if you are already rolling your own report interface, it wouldn't be much more work.