Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Data values for the point.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartDataPointValues As ChartDataPointValues
Get
Set
'Usage
Dim instance As ChartDataPoint
Dim value As ChartDataPointValues
value = instance.ChartDataPointValues
instance.ChartDataPointValues = value
public ChartDataPointValues ChartDataPointValues { get; set; }
public:
property ChartDataPointValues^ ChartDataPointValues {
ChartDataPointValues^ get ();
void set (ChartDataPointValues^ value);
}
member ChartDataPointValues : ChartDataPointValues with get, set
function get ChartDataPointValues () : ChartDataPointValues
function set ChartDataPointValues (value : ChartDataPointValues)
Eigenschaftswert
Typ: Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
A ChartDataPointValues object.