ReportViewer.MaximumPageCount 字段
一个常数,该常数表示当前页计数模式为 Estimate 时报表中的最大页数。
命名空间: Microsoft.Reporting.WebForms
程序集: Microsoft.ReportViewer.WebForms(在 Microsoft.ReportViewer.WebForms.dll 中)
语法
声明
Public Const MaximumPageCount As Integer
用法
Dim value As Integer
value = ReportViewer.MaximumPageCount
public const int MaximumPageCount
public:
literal int MaximumPageCount
static val mutable MaximumPageCount: int
public const var MaximumPageCount : int
注释
使用 MaximumPageCount 指定报表的最后一页(即使您没有最大页计数)。
若要在当前页计数模式为 Estimate 的情况下导航到报表的最后一页,请将 CurrentPage 属性设置为 MaximumPageCount。 如果在 Actual 模式下执行此操作,**“ReportViewer”**将引发 InvalidOperationException。
某些操作(例如导出报表或导航到报表的最后一页)会导致**“ReportViewer”**控件计算实际总页数。 将 CurrentPage 属性设置为 MaximumPageCount 之前,应当使用 LocalReport 或 ServerReport 对象中的 GetTotalPages 方法验证当前页计数为估计的页计数。