ReportExpression<T> Explicit Conversion Operators
Include Protected Members
Include Inherited Members
Converts the value of a ReportExpression<T> to another type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Explicit(ReportExpression<T> to T) | Converts the value of a ReportExpression<T> to an object of type T. | |
Explicit(ReportExpression<T> to String) | Converts the value of a ReportExpression<T> to a string. |
Top