次の方法で共有


Image.Source プロパティ

画像のソースを識別する値を取得または設定します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Source As SourceType 
    Get 
    Set
'使用
Dim instance As Image 
Dim value As SourceType 

value = instance.Source

instance.Source = value
public SourceType Source { get; set; }
public:
property SourceType Source {
    SourceType get ();
    void set (SourceType value);
}
member Source : SourceType with get, set
function get Source () : SourceType 
function set Source (value : SourceType)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.SourceType
画像のソースを識別する値。

関連項目

参照

Image クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間