Conversion Explicit (ReportExpression to String)
Converts a ReportExpression object to an expression 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 _
) As String
'Utilisation
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 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
A ReportExpression object.
Valeur de retour
Type : System. . :: . .String
A string value.
Voir aussi