ReportExpression Explicit 转换 (ReportExpression to String)
Converts a ReportExpression object to an expression string.
命名空间: Microsoft.ReportingServices.RdlObjectModel
程序集: Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)
语法
声明
Public Shared Narrowing Operator CType ( _
value As ReportExpression _
) As String
用法
Dim input As ReportExpression
Dim output As String
output = CType(input, String)
public static explicit operator string (
ReportExpression value
)
static explicit operator String^ (
ReportExpression value
)
JScript 支持使用自定义转换,但不支持声明新自定义转换。
参数
- value
类型:Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression object.
返回值
类型:System.String
A string value.