다음을 통해 공유


ReportExpression<T> Implicit 변환 (T to ReportExpression<T>)

Converts an object of type T to a ReportExpression<T>.

네임스페이스:  Microsoft.ReportingServices.RdlObjectModel
어셈블리:  Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)

구문

‘선언
Public Shared Widening Operator CType ( _
    value As T _
) As ReportExpression(Of T)
‘사용 방법
Dim input As T
Dim output As ReportExpression(Of T)

output = CType(input, ReportExpression(Of T))
public static implicit operator ReportExpression<T> (
    T value
)
static implicit operator ReportExpression<T> (
    T value
)
Jscript는 사용자 지정 캐스트의 사용을 지원하지만 새로운 사용자 지정 캐스트의 선언은 지원하지 않습니다.

매개 변수

  • value
    유형: T
    An object of type T.

반환 값

유형: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.

참고 항목

참조

ReportExpression<T> 구조

Implicit 오버로드

Microsoft.ReportingServices.RdlObjectModel 네임스페이스