Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the expression value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Private Property Value As Object Implements IExpression.Value
Get
Set
'Usage
Dim instance As ReportExpression
Dim value As Object
value = CType(instance, IExpression).Value
CType(instance, IExpression).Value = value
Object IExpression.Value { get; set; }
private:
virtual property Object^ Value {
Object^ get () sealed = IExpression::Value::get;
void set (Object^ value) sealed = IExpression::Value::set;
}
private abstract Value : Object with get, set
private override Value : Object with get, set
JScript supports the use of explicit interface implementations, but not the declarations of new ones.
Property Value
Type: System.Object
The expression value.