Compartir a través de


ChartDataPointValues.Low Propiedad

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

Espacio de nombres:  Microsoft.ReportingServices.OnDemandReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

ChartDataPointValues Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering