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.
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>
Parameters
- value
Type: System.String
The string value.
- provider
Type: System.IFormatProvider
Provides parsing information for the value parameter.
Return Value
Type: Microsoft.ReportingServices.RdlObjectModel.ReportExpression<T>
A ReportExpression<T> object.