ReportExpression.BuildNullValue 方法
命名空间: 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