Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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)
Property Value
Type: Microsoft.ReportingServices.RdlObjectModel.ChartDataPointValues
A ChartDataPointValues object.