Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Parses a string value into a ReportExpression<T> object.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Shared Function Parse ( _
value As String, _
provider As IFormatProvider _
) As ReportExpression(Of T)
'Usage
Dim value As String
Dim provider As IFormatProvider
Dim returnValue As ReportExpression(Of T)
returnValue = ReportExpression.Parse(value, provider)
public static ReportExpression<T> Parse(
string value,
IFormatProvider provider
)
public:
static ReportExpression<T> Parse(
String^ value,
IFormatProvider^ provider
)
static member Parse :
value:string *
provider:IFormatProvider -> ReportExpression<'T>
public static function Parse(
value : String,
provider : IFormatProvider
) : ReportExpression<T>
Parameter
- value
Typ: System.String
The string value.
- provider
Typ: System.IFormatProvider
Provides parsing information for the value parameter.
Rückgabewert
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.