次の方法で共有


ChartDataPointValues.HighlightX プロパティ

データ ポイントの強調表示された X 値に評価される式を取得します。

名前空間:  Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ:  Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)

構文

'宣言
Public ReadOnly Property HighlightX As ReportVariantProperty 
    Get
'使用
Dim instance As ChartDataPointValues 
Dim value As ReportVariantProperty 

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

プロパティ値

型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
ReportVariantProperty を返します。

関連項目

参照

ChartDataPointValues クラス

Microsoft.ReportingServices.OnDemandReportRendering 名前空間