X プロパティ
データ ポイントの X 値を示します。
名前空間: 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