ReportExpression.Explicit(ReportExpression to String) 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 a ReportExpression object to an expression string.
public:
static explicit operator System::String ^(Microsoft::ReportingServices::RdlObjectModel::ReportExpression value);
public static explicit operator string(Microsoft.ReportingServices.RdlObjectModel.ReportExpression value);
static member op_Explicit : Microsoft.ReportingServices.RdlObjectModel.ReportExpression -> string
Public Shared Narrowing Operator CType (value As ReportExpression) As String
Parameters
- value
- ReportExpression
A ReportExpression object.
Returns
The converted ReportExpression object.
Remarks
The equivalent method for this operator is ?qualifyHint=True&autoUpgrade=False