ReportExpression<T> Explicit 转换 (ReportExpression<T> to T)
Converts the value of a ReportExpression<T> to an object of type T.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As T
用法
Dim input As ReportExpression(Of T)
Dim output As T
output = CType(input, T)
public static explicit operator T (
ReportExpression<T> value
)
static explicit operator T (
ReportExpression<T> value
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。
参数
- value
类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
返回值
类型:T
An object of type T.