Partager via


Propriété ChartCodeParameter.Value

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the value of the code parameter.

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

Syntaxe

'Déclaration
Public Property Value As ReportExpression 
    Get 
    Set
'Utilisation
Dim instance As ChartCodeParameter 
Dim value As ReportExpression 

value = instance.Value

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

Valeur de propriété

Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The value of the code parameter.

Voir aussi

Référence

ChartCodeParameter Classe

Espace de noms Microsoft.ReportingServices.RdlObjectModel