Lenguaje

Report.GetEmbeddedImageByName(String) Método

Definición

Accede a una imagen incrustada por su nombre.

public:
 Microsoft::ReportingServices::RdlObjectModel::EmbeddedImage ^ GetEmbeddedImageByName(System::String ^ name);
public Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage GetEmbeddedImageByName(string name);
member this.GetEmbeddedImageByName : string -> Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
Public Function GetEmbeddedImageByName (name As String) As EmbeddedImage

Parámetros

name
String

Nombre de la imagen.

Devoluciones

La imagen incrustada accedida.

Se aplica a