Proprietà EmbeddedImage.Width

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the width of the embedded image.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Width As Double 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

EmbeddedImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel