Expression 속성
The expression string.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Property Expression As String
Get
Set
‘사용 방법
Dim instance As ReportExpression
Dim value As String
value = instance.Expression
instance.Expression = value
public string Expression { get; set; }
public:
virtual property String^ Expression {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Expression : string with get, set
override Expression : string with get, set
final function get Expression () : String
final function set Expression (value : String)
속성 값
유형: System. . :: . .String
A string value.