ReportExpression.Implicit(String to ReportExpression) 演算子

定義

式の文字列を ReportExpression オブジェクトに変換します。

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

パラメーター

value
String

式の文字列。

戻り値

変換された ReportExpression オブジェクトです。

注釈

この演算子の同等のメソッドは?qualifyHint=True&autoUpgrade=False です

適用対象