Partager via


Propriété ReportExpression<T>.Value

Gets or sets the calculated value.

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

Syntaxe

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

value = instance.Value

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

Valeur de propriété

Type : T
An object of type T.

Voir aussi

Référence

ReportExpression<T> Structure

Espace de noms Microsoft.ReportingServices.RdlObjectModel