ReportExpression 建構函式 (String, EvaluationMode)
Initializes a new instance of the ReportExpression class.
命名空間: Microsoft.ReportingServices.RdlObjectModel
組件: Microsoft.ReportingServices.Designer.Controls (在 Microsoft.ReportingServices.Designer.Controls.dll 中)
語法
'宣告
Public Sub New ( _
value As String, _
evaluationMode As EvaluationMode _
)
'用途
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
)
參數
- value
型別:System. . :: . .String
A string value.
- evaluationMode
型別:Microsoft.ReportingServices.RdlObjectModel. . :: . .EvaluationMode
The evaluation mode for the string.