다음을 통해 공유


Report.GetEmbeddedImageByName 메서드

Accesses an embedded image by its name.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Function GetEmbeddedImageByName ( _
    name As String _
) As EmbeddedImage
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.ReportingServices.RdlObjectModel.EmbeddedImage
The accessed embedded image.

참고 항목

참조

Report 클래스

Microsoft.ReportingServices.RdlObjectModel 네임스페이스