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>
属性值
类型:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAutoBool>
A ReportEnumProperty<EnumType> object.