共用方式為


ChartDataPoint.AxisLabel 屬性

Gets the label to use on the axis for the data point.

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

語法

'宣告
Public MustOverride ReadOnly Property AxisLabel As ReportVariantProperty 
    Get
'用途
Dim instance As ChartDataPoint 
Dim value As ReportVariantProperty 

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object that represents the label to use on the axis for the data point.

請參閱

參考

ChartDataPoint 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間