共用方式為


ReportExpression 建構函式 (String)

Initializes a new instance of the ReportExpression class.

命名空間:  Microsoft.ReportingServices.RdlObjectModel
組件:  Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)

語法

'宣告
Public Sub New ( _
    value As String _
)
'用途
Dim value As String

Dim instance As New ReportExpression(value)
public ReportExpression(
    string value
)
public:
ReportExpression(
    String^ value
)
new : 
        value:string -> ReportExpression
public function ReportExpression(
    value : String
)

參數