Sdílet prostřednictvím


MapPolygonTemplate.ShowLabel Property

Gets whether labels for the map polygon are displayed.

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Syntax

'Declaration
Public ReadOnly Property ShowLabel As ReportEnumProperty(Of MapAutoBool)
    Get
'Usage
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>