共用方式為


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
)

參數