ReportExpression Implicit Conversion (String to ReportExpression)
Converts an expression string to a ReportExpression object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Widening Operator CType ( _
value As String _
) As ReportExpression
'Usage
Dim input As String
Dim output As ReportExpression
output = CType(input, ReportExpression)
public static implicit operator ReportExpression (
string value
)
static implicit operator ReportExpression (
String^ value
)
JScript supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
Type: System.String
The expression string.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.