Sdílet prostřednictvím


ReportExpression.BuildNullValue Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Builds a null value expression.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Shared Function BuildNullValue As String
'Usage
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

Return Value

Type: System.String
A null value expression.

See Also

Reference

ReportExpression Structure

Microsoft.ReportingServices.RdlObjectModel Namespace