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

ReportExpression 物件。

備註

這個屬性取決於對等 Source 屬性。

如果的值 SourceExternal ,則這個屬性的值必須是 null 、字串常數值,或評估為影像位置的運算式。

如果的值 SourceEmbedded ,則這個屬性的值必須是 null 、字串常數值,或評估為 EmbeddedImage 報表物件模型中實例名稱的運算式。

如果的值 SourceDatabase ,則這個屬性的值必須是 null 、字串常數值,或評估為影像之二進位資料的運算式。

適用於