Partager via


Propriété ChartDataPointValues.Size

Indicates the size value for the data point.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Property Size As ReportExpression 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.

Voir aussi

Référence

ChartDataPointValues Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel