ChartDataPointValues.HighlightY プロパティ
データ ポイントの強調表示された Y 値に評価される式を取得します。
名前空間: Microsoft.ReportingServices.OnDemandReportRendering
アセンブリ: Microsoft.ReportingServices.ProcessingCore (Microsoft.ReportingServices.ProcessingCore.dll)
構文
'宣言
Public ReadOnly Property HighlightY As ReportVariantProperty
Get
'使用
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty
value = instance.HighlightY
public ReportVariantProperty HighlightY { get; }
public:
property ReportVariantProperty^ HighlightY {
ReportVariantProperty^ get ();
}
member HighlightY : ReportVariantProperty
function get HighlightY () : ReportVariantProperty
プロパティ値
型: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
ReportVariantProperty を返します。