Proprietà EmbeddedImage.Image

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

Gets the specified image.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Image As Image 
    Get
'Utilizzo
Dim instance As EmbeddedImage 
Dim value As Image 

value = instance.Image
public Image Image { get; }
public:
property Image^ Image {
    Image^ get ();
}
member Image : Image
function get Image () : Image

Valore proprietà

Tipo: System.Drawing.Image
An Image object.

Vedere anche

Riferimento

EmbeddedImage Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel