Implicit 轉換 (T to ReportExpression(T))
Converts an object of type T to a ReportExpression<(Of <(<'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< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.