次の方法で共有


ReportExpression コンストラクター (DateTime)

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

ReportExpression クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター

関連項目

参照

ReportExpression 構造体

ReportExpression オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間