Propriedade do RDL 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< (Of < ( <'MapLabelPosition> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.
Consulte também