Propriété PageHeight
Obtient la hauteur de la page.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property PageHeight As ReportSize
Get
'Utilisation
Dim instance As Report
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.ReportRendering. . :: . .ReportSize
Objet ReportSize indiquant la hauteur de la page.