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.
Accesses an embedded image by its name.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Function GetEmbeddedImageByName ( _
name As String _
) As EmbeddedImage
'Uso
Dim instance As Report
Dim name As String
Dim returnValue As EmbeddedImage
returnValue = instance.GetEmbeddedImageByName(name)
public EmbeddedImage GetEmbeddedImageByName(
string name
)
public:
EmbeddedImage^ GetEmbeddedImageByName(
String^ name
)
member GetEmbeddedImageByName :
name:string -> EmbeddedImage
public function GetEmbeddedImageByName(
name : String
) : EmbeddedImage
Parámetros
- name
Tipo: System.String
The image name.
Valor devuelto
Tipo: Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
The accessed embedded image.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel