次の方法で共有


ChartSeries.SmartLabel プロパティ

スマート ラベルの設定を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public MustOverride ReadOnly Property SmartLabel As ChartSmartLabel 
    Get
'使用
Dim instance As ChartSeries 
Dim value As ChartSmartLabel 

value = instance.SmartLabel
public abstract ChartSmartLabel SmartLabel { get; }
public:
virtual property ChartSmartLabel^ SmartLabel {
    ChartSmartLabel^ get () abstract;
}
abstract SmartLabel : ChartSmartLabel
abstract function get SmartLabel () : ChartSmartLabel

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ChartSmartLabel
ChartSmartLabel オブジェクト。

関連項目

参照

ChartSeries クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間