Report.Pages 属性

Gets an object containing pagination information.

命名空间:  Microsoft.ReportingServices.ReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property Pages As PageCollection 
    Get
用法
Dim instance As Report 
Dim value As PageCollection 

value = instance.Pages
public PageCollection Pages { get; }
public:
property PageCollection^ Pages {
    PageCollection^ get ();
}
member Pages : PageCollection
function get Pages () : PageCollection

属性值

类型:Microsoft.ReportingServices.ReportRendering.PageCollection
A PageCollection object containing optional pagination information.

请参阅

参考

Report 类

Microsoft.ReportingServices.ReportRendering 命名空间