Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets a value that identifies the source of the image.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Source As SourceType
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.SourceType
A value that identifies the source of the image.