English 中文(简体)
报告机构查阅页数 SSRS
原标题:Access Page number in report body In SSRS

我想在报告部分中使用<代码>Globals!PageNumber。 我怎么能够进入报告机构?

我使用<代码>SQL服务器报告服务2008 R2。

最佳回答

2. 在《守则》中设立以下职能:

页: 1

Function PageNumber() As String    
    Return Me.Report.Globals!PageNumber    
End Function

页: 1

Function TotalPages() As String   
    Return Me.Report.Globals!TotalPages    
End Function

通过表达方式进入身体:

=code.PageNumber & " of " & code.TotalPages

http://www.jasinskionline.com/ Technowiki/%28S%28wqkaxveanptlefesj1xu5z29%/Common-Functions-SQL-Server-Reporting-services.ashx?AspxAutoDetectCookieSupport=1#Sample_Usage_of_the_Concat_Function_0”rel=“noretinger” The Sample Usage of the Concat Function

问题回答

遗憾的是,在报告服务(截至2008年科索沃统计局)中,每页都将产生“1级”。 问题是,尸体是放在头和脚.面前的,因此,该法典不能获得正确的想象力,因为它确定了身体的所有要素。

如果你的报告基本上是一个大的表格,每个表格的行数都预先确定,则尝试将行号数作为人工计算页数的工作体:

您可以在身体上使用页数。 只是在报告方或负责人中使用。





相关问题
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 ...

热门标签