Compartir a través de


ChartDataPointValues.End Propiedad

Gets an expression that evaluates to the end/close 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 End As ReportVariantProperty 
    Get
'Uso
Dim instance As ChartDataPointValues 
Dim value As ReportVariantProperty 

value = instance.End
public ReportVariantProperty End { get; }
public:
property ReportVariantProperty^ End {
    ReportVariantProperty^ get ();
}
member End : ReportVariantProperty
function get End () : 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