Udostępnij za pośrednictwem


ReportExpression.BuildStringLiteral Method

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

Builds a string literal expression.

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

Syntax

'Declaration
Public Shared Function BuildStringLiteral ( _
    literal As String _
) As String
'Usage
Dim literal As String 
Dim returnValue As String 

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

Parameters

Return Value

Type: System.String
A string literal expression.

See Also

Reference

ReportExpression Structure

Microsoft.ReportingServices.RdlObjectModel Namespace