Compartir a través de


ShowLabel Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property ShowLabel As MapAutoBool
    Get
'Uso
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

Valor de la propiedad

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