ReportExpression.Explicit(ReportExpression to String) 运算符

定义

将一个 ReportExpression 对象转换为一个表达式字符串。

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

参数

返回

String

转换的 ReportExpression 对象。

注解

此运算符的等效方法是? qualifyHint = True&自动升级 = False

适用于