Condividi tramite


Proprietà MapColorScale.LabelBehavior

Gets how the labels display the values in a map color scale.

Spazio dei nomi  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property LabelBehavior As ReportEnumProperty(Of MapLabelBehavior)
    Get
'Utilizzo
Dim instance As MapColorScale 
Dim value As ReportEnumProperty(Of MapLabelBehavior)

value = instance.LabelBehavior
public ReportEnumProperty<MapLabelBehavior> LabelBehavior { get; }
public:
property ReportEnumProperty<MapLabelBehavior>^ LabelBehavior {
    ReportEnumProperty<MapLabelBehavior>^ get ();
}
member LabelBehavior : ReportEnumProperty<MapLabelBehavior>
function get LabelBehavior () : ReportEnumProperty<MapLabelBehavior>

Valore proprietà

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelBehavior>
A ReportEnumProperty<EnumType> object.

Vedere anche

Riferimento

MapColorScale Classe

Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering