次の方法で共有


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、文字列定数値、または画像のバイナリ データに評価される式である必要があります。

適用対象