Konwersja ReportExpression<T> Explicit (ReportExpression<T> to String)
Konwertuje wartość ReportExpression<T> ciąg.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As String
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- value
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> obiektu.
Wartość zwracana
Typ: System.String
A ciąg wartości.