Pages 屬性
Gets an object that contains 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 that contains optional pagination information.