English 中文(简体)
裁定报告篇幅长短,以备不印刷信息
原标题:Find the length of the report to have a Not to Print message

我有一份SSRS 2008 R2报告,根据用户对蚊帐的选择,报告正在横向增长,因此,我需要发现报告篇幅长,以便发出“不印刷”信息。

How to find the length of the report dynamically here I need to check for A3 size.

最佳回答

我认为,没有办法直接找到这种 w。 但是,如果你知道根据参数划分的栏目,那么你就可以简单地计算宽度。

将这一公式作为案文Box与你电文的可见度。

根据你的参数,这一公式可能像:

=IIF(Parameters!FieldList.Value.Count > 8, false, true)
问题回答

暂无回答




相关问题
An error has Occurred During Report proccesing

When I m running the report I m getting that message above. The Report Works fine when I press the "Run Report" Button but I want also to avoid that annoying message that appears when the page loads. ...

Reporting services only displaying the last row

I have built a report pretty basic just a table wiht 45 rows of data. Problem is its only showing one row of data and its the last row. It displays just fine in the dataset and proc. any ...

Show Parameters for Reports In SSRS

I m developing an SSRS in Visual Studio BIDS. In it, I have a link that links to another report (report A). Report A has 4 parameters (dates). When I click on that link, it goes to report A fine, but ...

How to add group, or page field in an existing .rdl report

I have several .rdl reports designed for our client. However, they need new ones, that are relatively similar to the old ones. Differences are in the "group" and "page fields" (these can be changed ...

Report rendering using SSRS in Google Chrome

Hey, In our project, we use SSRS integrated with asp.net forms to render reports. The report looks good in IE. when it comes to google chrome, there re some issues we face such as date picker not ...

热门标签