共用方式為


ShowLabel 屬性

Gets whether labels for the map polygon are displayed.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property ShowLabel As ReportEnumProperty(Of MapAutoBool)
    Get
'用途
Dim instance As MapPolygonTemplate
Dim value As ReportEnumProperty(Of MapAutoBool)

value = instance.ShowLabel
public ReportEnumProperty<MapAutoBool> ShowLabel { get; }
public:
property ReportEnumProperty<MapAutoBool>^ ShowLabel {
    ReportEnumProperty<MapAutoBool>^ get ();
}
member ShowLabel : ReportEnumProperty<MapAutoBool>
function get ShowLabel () : ReportEnumProperty<MapAutoBool>