Proprietà Height
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Height As Single
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Single
A float value.
Vedere anche