Partager via


Propriété EmbeddedImage.Width

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the width of the embedded image.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Width As Double 
    Get
'Utilisation
Dim instance As EmbeddedImage 
Dim value As Double 

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

Valeur de propriété

Type : System.Double
The width of the embedded image.

Voir aussi

Référence

EmbeddedImage Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel