Compartir a través de


MapLineTemplateInstance.LabelPlacement Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
Public ReadOnly Property LabelPlacement As MapLineLabelPlacement 
    Get
'Uso
Dim instance As MapLineTemplateInstance 
Dim value As MapLineLabelPlacement 

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

Valor de la propiedad

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

Vea también

Referencia

MapLineTemplateInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering