Share via


ReportExpression Constructor (Single)

Initializes a new instance of the ReportExpression class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Syntax

'Declaration
Public Sub New ( _
    value As Single _
)
'Usage
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
)

Parameters