Udostępnij za pośrednictwem


Właściwość ChartDataPointValues.Size

Wskazuje wartość rozmiaru punktu danych.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Property Size As ReportExpression
    Get
    Set
'Użycie
Dim instance As ChartDataPointValues
Dim value As ReportExpression

value = instance.Size

instance.Size = value
public ReportExpression Size { get; set; }
public:
property ReportExpression Size {
    ReportExpression get ();
    void set (ReportExpression value);
}
member Size : ReportExpression with get, set
function get Size () : ReportExpression
function set Size (value : ReportExpression)