Sdílet prostřednictvím


Report.GetEmbeddedImageByName Method

Accesses an embedded image by its name.

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

Syntax

'Declaration
Public Function GetEmbeddedImageByName ( _
    name As String _
) As EmbeddedImage
'Usage
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

Parameters

Return Value

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

See Also

Reference

Report Class

Microsoft.ReportingServices.RdlObjectModel Namespace