EmbeddedImage.Height Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property Height As Single
Get
'Usage
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
Property Value
Type: System.Single
A float value.