共用方式為


ChartEmptyPoints.AxisLabel 屬性

Gets an expression that evaluates to the label to use on the axis for empty data points.

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

語法

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

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

屬性值

型別:Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

請參閱

參考

ChartEmptyPoints 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間