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
매개 변수
- name
유형: System. . :: . .String
The image name.
반환 값
유형: Microsoft.ReportingServices.RdlObjectModel. . :: . .EmbeddedImage
A EmbeddedImage object.