Proprietà Page
Contains page layout information about the report.
Spazio dei nomi: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Page As Page
Get
'Utilizzo
Dim instance As Report
Dim value As Page
value = instance.Page
public Page Page { get; }
public:
property Page^ Page {
Page^ get ();
}
member Page : Page
function get Page () : Page
Valore proprietà
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Page
A Page object.
Vedere anche