次の方法で共有


UseValueAsLabel プロパティ

データ ポイントの Y 値をラベルとして使用することを示します。

名前空間:  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