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.
Initializes a new instance of the ReportExpression<T> class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As String, _
provider As IFormatProvider _
)
'Usage
Dim value As String
Dim provider As IFormatProvider
Dim instance As New ReportExpression(value, provider)
public ReportExpression(
string value,
IFormatProvider provider
)
public:
ReportExpression(
String^ value,
IFormatProvider^ provider
)
new :
value:string *
provider:IFormatProvider -> ReportExpression
public function ReportExpression(
value : String,
provider : IFormatProvider
)
Parameter
- value
Typ: System.String
The expression value.
- provider
Typ: System.IFormatProvider
Provides parsing information for the value parameter.