次の方法で共有


Image.Value プロパティ

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

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

構文

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

value = instance.Value
public ReportStringProperty Value { get; }
public:
virtual property ReportStringProperty^ Value {
    ReportStringProperty^ get () sealed;
}
abstract Value : ReportStringProperty 
override Value : ReportStringProperty
final function get Value () : ReportStringProperty

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportStringProperty
画像データを表す ReportStringProperty オブジェクト。

実装

IImage.Value

説明

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

関連項目

参照

Image クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間