Compartilhar via


Propriedade do RDL ChartDataPointValues.Low

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

Namespace:  Microsoft.ReportingServices.OnDemandReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public ReadOnly Property Low As ReportVariantProperty 
    Get
'Uso
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

Valor da propriedade

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
A ReportVariantProperty object.

Consulte também

Referência

ChartDataPointValues Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering