次の方法で共有


MapMarkerImage.Value プロパティ

画像データを取得します。値の設定も可能です。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property Value As ReportExpression 
    Get 
    Set
'使用
Dim instance As MapMarkerImage 
Dim value As ReportExpression 

value = instance.Value

instance.Value = value
public ReportExpression Value { get; set; }
public:
property ReportExpression Value {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Value : ReportExpression with get, set
function get Value () : ReportExpression 
function set Value (value : ReportExpression)

プロパティ値

型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
ReportExpression オブジェクト。

説明

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

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

Source の値が Embedded である場合、このプロパティの値は、nullNULL 参照 (Visual Basic では Nothing)、文字列定数値、またはレポート オブジェクト モデルの EmbeddedImage インスタンスの名前に評価される式である必要があります。

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

関連項目

参照

MapMarkerImage クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間