次の方法で共有


MapMarkerImage.Value プロパティ

定義

画像データを取得または設定します。

public:
 property Microsoft::ReportingServices::RdlObjectModel::ReportExpression Value { Microsoft::ReportingServices::RdlObjectModel::ReportExpression get(); void set(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value); };
public Microsoft.ReportingServices.RdlObjectModel.ReportExpression Value { get; set; }
member this.Value : Microsoft.ReportingServices.RdlObjectModel.ReportExpression with get, set
Public Property Value As ReportExpression

プロパティ値

ReportExpression オブジェクト。

注釈

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

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

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

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

適用対象