Propriedade do RDL MapColorScale.LabelBehavior
Gets how the labels display the values in a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
Public ReadOnly Property LabelBehavior As ReportEnumProperty(Of MapLabelBehavior)
Get
'Uso
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>
Valor da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelBehavior>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering