Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets a value that identifies the source of the image.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property Source As SourceType
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: Microsoft.ReportingServices.RdlObjectModel.SourceType
A value that identifies the source of the image.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel