Compartir a través de


ChartDataPointValues.HighlightX Propiedad

Gets an expression that evaluates to the highlighted X 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 HighlightX As ReportVariantProperty 
    Get
'Uso
Dim instance As ChartDataPointValues 
Dim value As ReportVariantProperty 

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

Valor de la propiedad

Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Returns ReportVariantProperty.

Vea también

Referencia

ChartDataPointValues Clase

Espacio de nombres Microsoft.ReportingServices.OnDemandReportRendering