ReportExpression 构造函数 (Single)

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 Single _
)
用法
Dim value As Single

Dim instance As New ReportExpression(value)
public ReportExpression(
    float value
)
public:
ReportExpression(
    float value
)
new : 
        value:float32 -> ReportExpression
public function ReportExpression(
    value : float
)

参数