Compartilhar via


Método Report.GetEmbeddedImageByName

Accesses an embedded image by its name.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
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

Valor de retorno

Tipo: Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
The accessed embedded image.

Consulte também

Referência

Report Classe

Namespace Microsoft.ReportingServices.RdlObjectModel