共用方式為


ChartDataPoint.AxisLabel 屬性

Label to use on the axis for the data point.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Property AxisLabel As ReportExpression 
    Get 
    Set
'用途
Dim instance As ChartDataPoint 
Dim value As ReportExpression 

value = instance.AxisLabel

instance.AxisLabel = value
public ReportExpression AxisLabel { get; set; }
public:
property ReportExpression AxisLabel {
    ReportExpression get ();
    void set (ReportExpression value);
}
member AxisLabel : ReportExpression with get, set
function get AxisLabel () : ReportExpression 
function set AxisLabel (value : ReportExpression)

屬性值

型別:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

請參閱

參考

ChartDataPoint 類別

Microsoft.ReportingServices.RdlObjectModel 命名空間