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 はカスタム キャストの使用をサポートしていますが、新規の宣言はサポートしていません。
パラメーター
- value
型: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
ReportExpression<T> オブジェクト。
戻り値
型: System.String
ReportExpression<T> オブジェクトの文字列値。