Udostępnij przez


Właściwość ChartDataPointValues.Low

Pobiera wyrażenie niską wartość dla punktu danych.

Przestrzeń nazw:  Microsoft.ReportingServices.OnDemandReportRendering
Zestaw:  Microsoft.ReportingServices.ProcessingCore (w Microsoft.ReportingServices.ProcessingCore.dll)

Składnia

'Deklaracja
Public ReadOnly Property Low As ReportVariantProperty
    Get
'Użycie
Dim instance As ChartDataPointValues
Dim value As ReportVariantProperty

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