Преобразование 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 of the ReportExpression<T> object.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel