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