Explicit Conversión (ReportExpression(T) to T)
Converts the value of a ReportExpression<(Of <(<'T>)>)> to an object of type T.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As T
'Uso
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 admite el uso de conversiones personalizadas, pero no la declaración de otras nuevas.
Parámetros
- value
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.
Valor devuelto
Tipo: T
An object of type T.