Partager via


Propriété Page.PageHeight

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property PageHeight As ReportSize 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

Page Classe

Espace de noms Microsoft.ReportingServices.OnDemandReportRendering