共用方式為


UseValueAsLabel 屬性

Indicates the Y value of the data point should be used as the label.

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

語法

'宣告
Public ReadOnly Property UseValueAsLabel As ReportBoolProperty
    Get
'用途
Dim instance As ChartDataLabel
Dim value As ReportBoolProperty

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