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 class.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As String, _
evaluationMode As EvaluationMode _
)
'Usage
Dim value As String
Dim evaluationMode As EvaluationMode
Dim instance As New ReportExpression(value, evaluationMode)
public ReportExpression(
string value,
EvaluationMode evaluationMode
)
public:
ReportExpression(
String^ value,
EvaluationMode evaluationMode
)
new :
value:string *
evaluationMode:EvaluationMode -> ReportExpression
public function ReportExpression(
value : String,
evaluationMode : EvaluationMode
)
Parameter
- value
Typ: System.String
A string value.
- evaluationMode
Typ: Microsoft.ReportingServices.RdlObjectModel.EvaluationMode
The evaluation mode for the string.