MapColorScale.LabelPlacement Property
Gets or sets the placement of labels in a map color scale.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property LabelPlacement As ReportExpression(Of MapLabelPlacements)
Get
Set
'Usage
Dim instance As MapColorScale
Dim value As ReportExpression(Of MapLabelPlacements)
value = instance.LabelPlacement
instance.LabelPlacement = value
public ReportExpression<MapLabelPlacements> LabelPlacement { get; set; }
public:
property ReportExpression<MapLabelPlacements> LabelPlacement {
ReportExpression<MapLabelPlacements> get ();
void set (ReportExpression<MapLabelPlacements> value);
}
member LabelPlacement : ReportExpression<MapLabelPlacements> with get, set
function get LabelPlacement () : ReportExpression<MapLabelPlacements>
function set LabelPlacement (value : ReportExpression<MapLabelPlacements>)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<MapLabelPlacements>
A ReportExpression<T> object.