ReportExpression<T> 构造函数 (String, IFormatProvider)
Initializes a new instance of the ReportExpression<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.