ReportExpression(T) 생성자 (String, IFormatProvider)
Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.
네임스페이스: Microsoft.ReportingServices.RdlObjectModel
어셈블리: Microsoft.ReportingServices.Designer.Controls(Microsoft.ReportingServices.Designer.Controls.dll)
구문
‘선언
Public Sub New ( _
value As String, _
provider As IFormatProvider _
)
‘사용 방법
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
)
매개 변수
- value
유형: System. . :: . .String
The expression value.
- provider
유형: System. . :: . .IFormatProvider
Provides parsing information for the value parameter.