ReportExpression.Implicit(String to ReportExpression) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an expression string to a ReportExpression object.
public:
static operator Microsoft::ReportingServices::RdlObjectModel::ReportExpression(System::String ^ value);
public static implicit operator Microsoft.ReportingServices.RdlObjectModel.ReportExpression(string value);
static member op_Implicit : string -> Microsoft.ReportingServices.RdlObjectModel.ReportExpression
Public Shared Widening Operator CType (value As String) As ReportExpression
Parameters
- value
- String
The expression string.
Returns
The converted ReportExpression object.
Remarks
The equivalent method for this operator is ?qualifyHint=True&autoUpgrade=False