Właściwość Report.Pages
Pobiera obiekt zawierający informacje podział na strony.
Przestrzeń nazw: Microsoft.ReportingServices.ReportRendering
Zestaw: Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)
Składnia
'Deklaracja
Public ReadOnly Property Pages As PageCollection
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.ReportingServices.ReportRendering.PageCollection
A PageCollection obiektu zawierającego informacje opcjonalne podział na strony.