Propriedade Height
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public ReadOnly Property Height As Single
Get
'Uso
Dim instance As EmbeddedImage
Dim value As Single
value = instance.Height
public float Height { get; }
public:
property float Height {
float get ();
}
member Height : float32
function get Height () : float
Valor da propriedade
Tipo: System. . :: . .Single
A float value.
Consulte também