次の方法で共有


MapMarkerImage.Value プロパティ

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

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

構文

'宣言
Public ReadOnly Property Value As ReportVariantProperty 
    Get
'使用
Dim instance As MapMarkerImage 
Dim value As ReportVariantProperty 

value = instance.Value
public ReportVariantProperty Value { get; }
public:
property ReportVariantProperty^ Value {
    ReportVariantProperty^ get ();
}
member Value : ReportVariantProperty
function get Value () : ReportVariantProperty

プロパティ値

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

説明

このプロパティは、ピアの Source プロパティに依存します。

Source の列挙プロパティの値が External である場合、このプロパティの値は、nullNULL 参照 (Visual Basic では Nothing)、文字列定数値、または画像の場所に評価される式である必要があります。

Source の列挙プロパティの値が Embedded である場合、このプロパティの値は、nullNULL 参照 (Visual Basic では Nothing)、文字列定数値、またはレポート定義の埋め込み画像の名前に評価される式である必要があります。

Source の列挙プロパティの値が Database である場合、このプロパティの値は、nullNULL 参照 (Visual Basic では Nothing)、文字列定数値、または画像のバイナリ データに評価される式である必要があります。

関連項目

参照

MapMarkerImage クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間