ReportExpression<T> Explicit 转换 (ReportExpression<T> to String)
Converts the value of a ReportExpression<T> to a string.
命名空间: 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>
A ReportExpression<T> object.
返回值
类型:System.String
A string value.