Compartir a través de


Page.PageHeight Propiedad

Gets the default height for rendering the report in a physical-page oriented renderer.

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property PageHeight As ReportSize 
    Get
'Uso
Dim instance As Page 
Dim value As ReportSize 

value = instance.PageHeight
public ReportSize PageHeight { get; }
public:
property ReportSize^ PageHeight {
    ReportSize^ get ();
}
member PageHeight : ReportSize
function get PageHeight () : ReportSize

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportSize
A ReportSize object.

Vea también

Referencia

Page Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering