Compartir a través de


ChartDataPointValuesInstance.Low Propiedad

Gets the calculated value of the Low property in a ChartDataPointValues class.

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

Sintaxis

'Declaración
Public ReadOnly Property Low As Object 
    Get
'Uso
Dim instance As ChartDataPointValuesInstance 
Dim value As Object 

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

Valor de la propiedad

Tipo: System.Object
An object that represents the calculated value of the Low property.

Vea también

Referencia

ChartDataPointValuesInstance Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering