MapGridLines.LabelPosition Propiedad
Gets the label position for the map gridlines.
Espacio de nombres: Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado: Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxis
'Declaración
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
Get
'Uso
Dim instance As MapGridLines
Dim value As ReportEnumProperty(Of MapLabelPosition)
value = instance.LabelPosition
public ReportEnumProperty<MapLabelPosition> LabelPosition { get; }
public:
property ReportEnumProperty<MapLabelPosition>^ LabelPosition {
ReportEnumProperty<MapLabelPosition>^ get ();
}
member LabelPosition : ReportEnumProperty<MapLabelPosition>
function get LabelPosition () : ReportEnumProperty<MapLabelPosition>
Valor de la propiedad
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPosition>
A ReportEnumProperty<EnumType> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering