Propriedade do RDL ChartDataPointValues.HighlightX
Gets an expression that evaluates to the highlighted X value for the data point.
Namespace: Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: Microsoft.ReportingServices.OnDemandReportRendering.ReportVariantProperty
Returns ReportVariantProperty.
Consulte também
Referência
Namespace Microsoft.ReportingServices.OnDemandReportRendering