Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Converts the value of a ReportExpression<T> to a string.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Narrowing Operator CType ( _
value As ReportExpression(Of T) _
) As String
'Usage
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 supports the use of custom casts, but not the declaration of new ones.
Parameters
- value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.
Return Value
Type: System.String
A string value of the ReportExpression<T> object.