Propriedade Page
Contains page layout information about the report.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property Page As Page
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .Page
A Page object.
Consulte também