Udostępnij przez


Właściwość MapColorScale.HideEndLabels

Wskazuje, czy etykiety koniec skala kolorów mapy zostaną ukryte.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property HideEndLabels As ReportBoolProperty
    Get
'Użycie
Dim instance As MapColorScale
Dim value As ReportBoolProperty

value = instance.HideEndLabels
public ReportBoolProperty HideEndLabels { get; }
public:
property ReportBoolProperty^ HideEndLabels {
    ReportBoolProperty^ get ();
}
member HideEndLabels : ReportBoolProperty
function get HideEndLabels () : ReportBoolProperty