MapGridLinesInstance.LabelPosition 属性

Gets the calculated value of the LabelPosition property in a MapGridLines class.

命名空间:  Microsoft.ReportingServices.OnDemandReportRendering
程序集:  Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)

语法

声明
Public ReadOnly Property LabelPosition As MapLabelPosition
    Get
用法
Dim instance As MapGridLinesInstance
Dim value As MapLabelPosition

value = instance.LabelPosition
public MapLabelPosition LabelPosition { get; }
public:
property MapLabelPosition LabelPosition {
    MapLabelPosition get ();
}
member LabelPosition : MapLabelPosition
function get LabelPosition () : MapLabelPosition

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.MapLabelPosition
A MapLabelPosition value that represents the calculated value of the LabelPosition property.