MapPolygonTemplate.ShowLabel 屬性
Gets or sets whether labels for the map polygon are displayed.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Property ShowLabel As ReportExpression(Of MapAutoBools)
Get
Set
'用途
Dim instance As MapPolygonTemplate
Dim value As ReportExpression(Of MapAutoBools)
value = instance.ShowLabel
instance.ShowLabel = value
public ReportExpression<MapAutoBools> ShowLabel { get; set; }
public:
property ReportExpression<MapAutoBools> ShowLabel {
ReportExpression<MapAutoBools> get ();
void set (ReportExpression<MapAutoBools> value);
}
member ShowLabel : ReportExpression<MapAutoBools> with get, set
function get ShowLabel () : ReportExpression<MapAutoBools>
function set ShowLabel (value : ReportExpression<MapAutoBools>)
屬性值
型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapAutoBools>
A ReportExpression<T> object.