共用方式為


ReportExpression 建構 (DateTime)

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 DateTime _
)
'用途
Dim value As DateTime

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

參數