共用方式為


MapLineTemplate.LabelPlacement 屬性

Gets the label placement for a map line layer.

命名空間:  Microsoft.ReportingServices.OnDemandReportRendering
組件:  Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)

語法

'宣告
Public ReadOnly Property LabelPlacement As ReportEnumProperty(Of MapLineLabelPlacement)
    Get
'用途
Dim instance As MapLineTemplate 
Dim value As ReportEnumProperty(Of MapLineLabelPlacement)

value = instance.LabelPlacement
public ReportEnumProperty<MapLineLabelPlacement> LabelPlacement { get; }
public:
property ReportEnumProperty<MapLineLabelPlacement>^ LabelPlacement {
    ReportEnumProperty<MapLineLabelPlacement>^ get ();
}
member LabelPlacement : ReportEnumProperty<MapLineLabelPlacement>
function get LabelPlacement () : ReportEnumProperty<MapLineLabelPlacement>

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportEnumProperty<MapLineLabelPlacement>
A ReportEnumProperty<EnumType> object.

請參閱

參考

MapLineTemplate 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間