Partilhar via


Propriedade do RDL ChartDataPointValuesInstance.Low

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

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

Sintaxe

'Declaração
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 da propriedade

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

Consulte também

Referência

ChartDataPointValuesInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering