共用方式為


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 命名空間