共用方式為


ReportExpression 建構函式 (Int32)

此 API 支援 基礎結構,但無法直接從您的程式碼使用。

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

語法

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

Dim instance As New ReportExpression(value)
public ReportExpression(
    int value
)
public:
ReportExpression(
    int value
)
new : 
        value:int -> ReportExpression
public function ReportExpression(
    value : int
)

參數