MapPolygonTemplateInstance.ShowLabel 属性

Gets the calculated value of the ShowLabel property in a MapPolygonTemplate class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property ShowLabel As MapAutoBool
    Get
用法
Dim instance As MapPolygonTemplateInstance
Dim value As MapAutoBool

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

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapAutoBool
A MapAutoBool value that represents the calculated value of the ShowLabel property.