次の方法で共有


ReportExpression<T> Explicit 変換 (ReportExpression<T> to String)

ReportExpression<T> の値を文字列に変換します。

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Shared Narrowing Operator CType ( _
    value As ReportExpression(Of T) _
) As String
'使用
Dim input As ReportExpression(Of T)
Dim output As String 

output = CType(input, String)
public static explicit operator string (
    ReportExpression<T> value
)
static explicit operator String^ (
    ReportExpression<T> value
)
JScript はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System.String
ReportExpression<T> オブジェクトの文字列値。

関連項目

参照

ReportExpression<T> 構造体

Explicit オーバーロード

Microsoft.ReportingServices.RdlObjectModel 名前空間