次の方法で共有


ReportExpression.BuildNullValue メソッド

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

NULL 値式を作成します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Function BuildNullValue As String
'使用
Dim returnValue As String 

returnValue = ReportExpression.BuildNullValue()
public static string BuildNullValue()
public:
static String^ BuildNullValue()
static member BuildNullValue : unit -> string
public static function BuildNullValue() : String

戻り値

型: System.String
NULL 値式です。

関連項目

参照

ReportExpression 構造体

Microsoft.ReportingServices.RdlObjectModel 名前空間