Compartilhar via


Propriedade do RDL MapColorScaleInstance.LabelPlacement

Gets the calculated value of the LabelPlacement property in a MapColorScale class.

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

Sintaxe

'Declaração
Public ReadOnly Property LabelPlacement As MapLabelPlacement 
    Get
'Uso
Dim instance As MapColorScaleInstance 
Dim value As MapLabelPlacement 

value = instance.LabelPlacement
public MapLabelPlacement LabelPlacement { get; }
public:
property MapLabelPlacement LabelPlacement {
    MapLabelPlacement get ();
}
member LabelPlacement : MapLabelPlacement
function get LabelPlacement () : MapLabelPlacement

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPlacement
A MapLabelPlacement value that represents the calculated value of the LabelPlacement property.

Consulte também

Referência

MapColorScaleInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering