ReportExpression.Expression 属性

Gets or sets 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
The expression string.

实现

IExpression.Expression

请参阅

参考

ReportExpression 结构

Microsoft.ReportingServices.RdlObjectModel 命名空间