MapPolygonTemplateInstance.ShowLabel Property

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

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

Syntax

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

Property Value

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

See Also

Reference

MapPolygonTemplateInstance Class

Microsoft.ReportingServices.OnDemandReportRendering Namespace