Propriedade do RDL MapGridLines.LabelPosition
Gets the label position for the map gridlines.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLabelPosition>
A ReportEnumProperty<EnumType> object.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering