Share via


EmbeddedImage.Width 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 Width As Single
    Get
'Usage
Dim instance As EmbeddedImage
Dim value As Single

value = instance.Width
public float Width { get; }
public:
property float Width {
    float get ();
}
member Width : float32
function get Width () : float

Property Value

Type: System.Single
A float value.