ScalePin.PinLabel 属性

Gets the label for the pin.

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

语法

声明
Public ReadOnly Property PinLabel As PinLabel 
    Get
用法
Dim instance As ScalePin 
Dim value As PinLabel 

value = instance.PinLabel
public PinLabel PinLabel { get; }
public:
property PinLabel^ PinLabel {
    PinLabel^ get ();
}
member PinLabel : PinLabel
function get PinLabel () : PinLabel

属性值

类型:Microsoft.ReportingServices.OnDemandReportRendering.PinLabel
A PinLabel object.

请参阅

参考

ScalePin 类

Microsoft.ReportingServices.OnDemandReportRendering 命名空间