Compartir a través de


MapGridLinesInstance.LabelPosition Propiedad

Gets the calculated value of the LabelPosition property in a MapGridLines class.

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

Sintaxis

'Declaración
Public ReadOnly Property LabelPosition As MapLabelPosition 
    Get
'Uso
Dim instance As MapGridLinesInstance 
Dim value As MapLabelPosition 

value = instance.LabelPosition
public MapLabelPosition LabelPosition { get; }
public:
property MapLabelPosition LabelPosition {
    MapLabelPosition get ();
}
member LabelPosition : MapLabelPosition
function get LabelPosition () : MapLabelPosition

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPosition
A MapLabelPosition value that represents the calculated value of the LabelPosition property.

Vea también

Referencia

MapGridLinesInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering