Proprietà EmbeddedImage.Size

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

Gets the size 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 Size As SizeF 
    Get
'Utilizzo
Dim instance As EmbeddedImage 
Dim value As SizeF 

value = instance.Size
public SizeF Size { get; }
public:
property SizeF Size {
    SizeF get ();
}
member Size : SizeF
function get Size () : SizeF

Valore proprietà

Tipo: System.Drawing.SizeF
A SizeF object.

Vedere anche

Riferimento

EmbeddedImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel