Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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
- value
Type : Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
Valeur de retour
Type : System.String
A string value of the ReportExpression<T> object.