Value propriété
The calculated value.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans 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 la propriété
Type : T
An object of type T.