ReportExpression<T>.Value Property

Definition

Gets or sets the calculated value.

public:
 property T Value { T get(); void set(T value); };
public T Value { get; set; }
member this.Value : 'T with get, set
Public Property Value As T

Property Value

T

An object of type T.

Applies to