MapMarkerImage.Value プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
画像データを取得します。
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、文字列定数値、または画像のバイナリデータに対して評価する式でなければなりません。