Partager via


Conversion ReportExpression<T> Explicit (ReportExpression<T> to String)

Converts the value of a ReportExpression<T> to a string.

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Shared Narrowing Operator CType ( _
    value As ReportExpression(Of T) _
) As String
'Utilisation
Dim input As ReportExpression(Of T)
Dim output As String 

output = CType(input, String)
public static explicit operator string (
    ReportExpression<T> value
)
static explicit operator String^ (
    ReportExpression<T> value
)
JScript prend en charge l'utilisation de conversions personnalisées, mais pas la déclaration de nouvelles conversions.

Paramètres

Valeur de retour

Type : System.String
A string value of the ReportExpression<T> object.

Voir aussi

Référence

ReportExpression<T> Structure

Surcharge Explicit

Espace de noms Microsoft.ReportingServices.RdlObjectModel