Partager via


Propriété Low

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

Espace de noms :  Microsoft.ReportingServices.OnDemandReportRendering
Assembly :  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Low As ReportVariantProperty
    Get
'Utilisation
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