Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
The converted ReportExpression object.