次の方法で共有


IImage.Value プロパティ

画像データを取得します。

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

構文

'宣言
ReadOnly Property Value As ReportStringProperty 
    Get
'使用
Dim instance As IImage 
Dim value As ReportStringProperty 

value = instance.Value
ReportStringProperty Value { get; }
property ReportStringProperty^ Value {
    ReportStringProperty^ get ();
}
abstract Value : ReportStringProperty
function get Value () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
ReportStringProperty 値。

説明

返される値は、Source プロパティによって異なります。 Source が External に設定されている場合、このプロパティには、画像の場所を示す文字列の定数値または式が含まれます。 Source が Embedded に設定されている場合、このプロパティには、レポート内の埋め込み画像の名前を示す文字列の定数値または式が含まれます。 Source が Database に設定されている場合、このプロパティには、画像のバイナリ データを示す文字列の定数値または式が含まれます。

関連項目

参照

IImage インターフェイス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間