Gets or sets the calculated value.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Value As T
Get
Set
‘사용 방법
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)
속성 값
유형: T
An object of type T.