共用方式為


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 命名空間