MapColorScale.LabelBehavior Property
Gets how the labels display the values in a map color scale.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Syntax
'Declaration
Public ReadOnly Property LabelBehavior As ReportEnumProperty(Of MapLabelBehavior)
Get
'Usage
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>
Property Value
Type: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelBehavior>
A ReportEnumProperty<EnumType> object.
See Also