LabelPosition 속성
Gets the label position for the map gridlines.
네임스페이스: Microsoft.ReportingServices.OnDemandReportRendering
어셈블리: Microsoft.ReportingServices.ProcessingCore(Microsoft.ReportingServices.ProcessingCore.dll)
구문
‘선언
Public ReadOnly Property LabelPosition As ReportEnumProperty(Of MapLabelPosition)
Get
‘사용 방법
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>
속성 값
유형: Microsoft.ReportingServices.OnDemandReportRendering. . :: . .ReportEnumProperty< (Of < ( <'MapLabelPosition> ) > ) >
A ReportEnumProperty<(Of <(<'EnumType>)>)> object.