Conversione ReportExpression<T> Explicit (ReportExpression<T> to String)
Converts the value of a ReportExpression<T> to a string.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As String
'Utilizzo
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 supporta l'utilizzo di cast personalizzati, ma non la dichiarazione di nuovi cast.
Parametri
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
Valore restituito
Tipo: System.String
A string value of the ReportExpression<T> object.