Propriedade do RDL Height
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no 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 Double
Get
'Uso
Dim instance As EmbeddedImage
Dim value As Double
value = instance.Height
public double Height { get; }
public:
property double Height {
double get ();
}
member Height : float
function get Height () : double
Valor da propriedade
Tipo: System. . :: . .Double
A float value.
Consulte também