Compartilhar via


Propriedade do RDL Page.PageHeight

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

Page Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering