Konwersja ReportExpression Explicit (ReportExpression to String)
Konwertuje ReportExpression obiekt, aby ciąg wyrażenie.
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 _
) As String
'Użycie
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
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.
Parametry
- value
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Wartość zwracana
Typ: System.String
A ciąg wartości.
Zobacz także