次の方法で共有


IImage.Source プロパティ

画像のソースの種類を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
ReadOnly Property Source As Image.SourceType 
    Get
'使用
Dim instance As IImage 
Dim value As Image.SourceType 

value = instance.Source
Image.SourceType Source { get; }
property Image.SourceType Source {
    Image.SourceType get ();
}
abstract Source : Image.SourceType
function get Source () : Image.SourceType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
Image.SourceType 値。

関連項目

参照

IImage インターフェイス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間