ReportViewer.PageCountMode 属性

获取或设置一个 PageCountMode 枚举值,该值指示当在报表区域中呈现报表时使用的默认页计数模式。

命名空间:  Microsoft.Reporting.WinForms
程序集:  Microsoft.ReportViewer.WinForms(在 Microsoft.ReportViewer.WinForms.dll 中)

语法

声明
Public Property PageCountMode As PageCountMode
    Get
    Set
用法
Dim instance As ReportViewer
Dim value As PageCountMode

value = instance.PageCountMode

instance.PageCountMode = value
public PageCountMode PageCountMode { get; set; }
public:
property PageCountMode PageCountMode {
    PageCountMode get ();
    void set (PageCountMode value);
}
member PageCountMode : PageCountMode with get, set
function get PageCountMode () : PageCountMode
function set PageCountMode (value : PageCountMode)

属性值

类型:Microsoft.Reporting.WinForms.PageCountMode
一个 PageCountMode 对象。默认值为 Estimate

注释

设置 PageCountMode 以控制在报表区域中呈现报表时如何计算总页数。在 PageCountMode 为 Actual 时,**“ReportViewer”控件在工具栏中显示实际总页数。在 PageCountMode 为 Estimate 时,“ReportViewer”**控件可能会计算实际总页数或估计总页数,具体依报表而异。当计算的值为估计总页数时,在工具栏中该值将后跟一个估计指示符,当用户导航报表页时显示的值可能会发生更改。

提示

使用估计的页计数有助于提高呈现报表时“ReportViewer”控件的性能。

请参阅

参考

ReportViewer 类

Microsoft.Reporting.WinForms 命名空间