ReportExpression.Explicit(ReportExpression to String) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 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
參數
- value
- ReportExpression
ReportExpression 物件。
傳回
轉換的 ReportExpression 物件。
備註
這個運算子的對等方法是? qualifyHint = True&autoUpgrade = False