Propriété Height
Height of the body
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Height As ReportSize
Get
'Utilisation
Dim instance As Body
Dim value As ReportSize
value = instance.Height
public ReportSize Height { get; }
public:
property ReportSize^ Height {
ReportSize^ get ();
}
member Height : ReportSize
function get Height () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.