共用方式為


MapColorScaleInstance.LabelPlacement 屬性

Gets the calculated value of the LabelPlacement property in a MapColorScale class.

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

語法

'宣告
Public ReadOnly Property LabelPlacement As MapLabelPlacement 
    Get
'用途
Dim instance As MapColorScaleInstance 
Dim value As MapLabelPlacement 

value = instance.LabelPlacement
public MapLabelPlacement LabelPlacement { get; }
public:
property MapLabelPlacement LabelPlacement {
    MapLabelPlacement get ();
}
member LabelPlacement : MapLabelPlacement
function get LabelPlacement () : MapLabelPlacement

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPlacement
A MapLabelPlacement value that represents the calculated value of the LabelPlacement property.

請參閱

參考

MapColorScaleInstance 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間