Freigeben über


ReportExpression Explicit-Konversionen (ReportExpression to String)

Converts a ReportExpression object to an expression string.

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

Syntax

'Declaration
Public Shared Narrowing Operator CType ( _
    value As ReportExpression _
) As String
'Usage
Dim input As ReportExpression 
Dim output As String 

output = CType(input, String)
public static explicit operator string (
    ReportExpression value
)
static explicit operator String^ (
    ReportExpression value
)
JScript unterstützt die Verwendung benutzerdefinierter Umwandlungen, aber nicht die Deklaration neuer Umwandlungen.

Parameter

Rückgabewert

Typ: System.String
The converted ReportExpression object.

Siehe auch

Verweis

ReportExpression Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace