Condividi tramite


Proprietà Report.Pages

Gets an object containing pagination information.

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Pages As PageCollection 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

Report Classe

Spazio dei nomi Microsoft.ReportingServices.ReportRendering