Costruttore ReportExpression (String, EvaluationMode)
Initializes a new instance of the ReportExpression class.
Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
value As String, _
evaluationMode As EvaluationMode _
)
'Utilizzo
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
)
Parametri
- value
Tipo: System.String
A string value.
- evaluationMode
Tipo: Microsoft.ReportingServices.RdlObjectModel.EvaluationMode
The evaluation mode for the string.