Udostępnij przez


Konwersja ReportExpression Implicit (String to ReportExpression)

Konwertuje ciąg wyrażenie ReportExpression obiektu.

Przestrzeń nazw:  Microsoft.ReportingServices.RdlObjectModel
Zestaw:  Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)

Składnia

'Deklaracja
Public Shared Widening Operator CType ( _
    value As String _
) As ReportExpression
'Użycie
Dim input As String
Dim output As ReportExpression

output = CType(input, ReportExpression)
public static implicit operator ReportExpression (
    string value
)
static implicit operator ReportExpression (
    String^ value
)
Język JScript obsługuje używanie niestandardowych rzutowań, ale nie obsługuje deklarowania nowych.

Parametry