MapPolygonTemplate.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>