ReportExpression<T> Implicit Conversion (T to ReportExpression<T>)
Converts an object of type T to a ReportExpression<T>.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As T _
) As ReportExpression(Of T)
'Usage
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 supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
Type: T
An object of type T.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.