Partilhar via


Propriedade do RDL ChartDataPointValuesInstance.Y

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

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

Sintaxe

'Declaração
Public ReadOnly Property Y As Object 
    Get
'Uso
Dim instance As ChartDataPointValuesInstance 
Dim value As Object 

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

Valor da propriedade

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

Consulte também

Referência

ChartDataPointValuesInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering