Partilhar via


Propriedade do RDL MapColorScale.HideEndLabels

Indicates whether the end labels for a map color scale will be hidden.

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

Sintaxe

'Declaração
Public ReadOnly Property HideEndLabels As ReportBoolProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportBoolProperty
A ReportBoolProperty object.

Consulte também

Referência

MapColorScale Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering