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 命名空间