共用方式為


ChartSeries.SmartLabel 屬性

Gets the smart label settings.

命名空間:  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
A ChartSmartLabel object.

請參閱

參考

ChartSeries 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間