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 calculated value.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property Value As T
Get
Set
'Usage
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)
Property Value
Type: T
An object of type T.