次の方法で共有


BackgroundImage.Source プロパティ

画像のソースを指定します。

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

構文

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

value = instance.Source
public Image.SourceType Source { get; }
public:
virtual property Image.SourceType Source {
    Image.SourceType get () sealed;
}
abstract Source : Image.SourceType 
override Source : Image.SourceType
final function get Source () : Image.SourceType

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.Image.SourceType
Image.SourceType オブジェクト。

実装

IImage.Source

関連項目

参照

BackgroundImage クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間