言語

MapMarkerImage.Value プロパティ

定義

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

public:
 property Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ Value { Microsoft::ReportingServices::OnDemandReportRendering::ReportVariantProperty ^ get(); };
public Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty Value { get; }
member this.Value : Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Public ReadOnly Property Value As ReportVariantProperty

プロパティ値

ReportVariantProperty オブジェクト。

注釈

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

Sourceの列挙性質の値がExternalであれば、その値はnull、文字列定数、または画像の位置を評価する式でなければなりません。

Sourceの列挙プロパティの値がEmbeddedであれば、その値はnull、文字列定数、またはレポート定義内の埋め込み画像の名前に計算される式でなければなりません。

Sourceの列挙性質の値がDatabaseであれば、その値はnull、文字列定数値、または画像のバイナリデータに対して評価する式でなければなりません。

適用対象