Partilhar via


Propriedade do RDL ChartDataPointValuesInstance.HighlightX

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

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

Sintaxe

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

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

Valor da propriedade

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

Consulte também

Referência

ChartDataPointValuesInstance Classe

Namespace Microsoft.ReportingServices.OnDemandReportRendering