Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapAutoBool>
A ReportEnumProperty<EnumType> object.
See Also
Reference
Microsoft.ReportingServices.OnDemandReportRendering Namespace