Freigeben über


ReportExpression Implicit-Konversionen (String to ReportExpression)

Converts an expression string to a ReportExpression object.

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

Syntax

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

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

Parameter

Rückgabewert

Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
The converted ReportExpression object.

Siehe auch

Verweis

ReportExpression Struktur

Microsoft.ReportingServices.RdlObjectModel-Namespace