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.
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
)
Parameters
- value
Type: System.String
A string value.
- evaluationMode
Type: Microsoft.ReportingServices.RdlObjectModel.EvaluationMode
The evaluation mode for the string.