Propriété LabelPlacement
Gets the calculated value of the LabelPlacement property in a MapColorScale class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public ReadOnly Property LabelPlacement As MapLabelPlacement
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.ReportingServices.OnDemandReportRendering. . :: . .MapLabelPlacement
A MapLabelPlacement value that represents the calculated value of the LabelPlacement property.