共用方式為


ChartDataPointValues.X 屬性

Gets an expression that evaluates to the X value for the data point.

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

語法

'宣告
Public ReadOnly Property X As ReportVariantProperty 
    Get
'用途
Dim instance As ChartDataPointValues 
Dim value As ReportVariantProperty 

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

屬性值

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

請參閱

參考

ChartDataPointValues 類別

Microsoft.ReportingServices.OnDemandReportRendering 命名空間