Propriété Height
Gets the height of the item.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Overridable ReadOnly Property Height As ReportSize
Get
'Utilisation
Dim instance As ReportItem
Dim value As ReportSize
value = instance.Height
public virtual ReportSize Height { get; }
public:
virtual property ReportSize^ Height {
ReportSize^ get ();
}
abstract Height : ReportSize
override Height : ReportSize
function get Height () : ReportSize
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportSize
A ReportSize object.
Voir aussi