Proprietà Image.Source

Gets or sets a value that identifies the source of the image.

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

Sintassi

'Dichiarazione
Public Property Source As SourceType 
    Get 
    Set
'Utilizzo
Dim instance As Image 
Dim value As SourceType 

value = instance.Source

instance.Source = value
public SourceType Source { get; set; }
public:
property SourceType Source {
    SourceType get ();
    void set (SourceType value);
}
member Source : SourceType with get, set
function get Source () : SourceType 
function set Source (value : SourceType)

Valore proprietà

Tipo: Microsoft.ReportingServices.RdlObjectModel.SourceType
A value that identifies the source of the image.

Vedere anche

Riferimento

Image Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel