PageHeight propriété
Gets the height of the page.
Espace de noms : Microsoft.ReportingServices.ReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (dans 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 la propriété
Type : Microsoft.ReportingServices.ReportRendering. . :: . .ReportSize
A ReportSize that indicates the height of the page.
Voir aussi