Conversão Implicit (Nullable(T) to ReportExpression(T))
Converts a Nullable<(Of <(<'T>)>)> object to a ReportExpression<(Of <(<'T>)>)>.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxe
'Declaração
Public Shared Widening Operator CType ( _
value As Nullable(Of T) _
) As ReportExpression(Of T)
'Uso
Dim input As Nullable(Of T)
Dim output As ReportExpression(Of T)
output = CType(input, ReportExpression(Of T))
public static implicit operator ReportExpression<T> (
Nullable<T> value
)
static implicit operator ReportExpression<T> (
Nullable<T> value
)
JScript dá suporte ao uso de casts personalizados, mas não à declaração de casts novos.
Parâmetros
- value
Tipo: System. . :: . .Nullable< (Of < ( <'T> ) > ) >
Valor de retorno
Tipo: Microsoft.ReportingServices.RdlObjectModel. . :: . .ReportExpression< (Of < ( <'T> ) > ) >
A ReportExpression<(Of <(<'T>)>)> object.