Compartir a través de


ReportExpression Constructor (Single)

Initializes a new instance of the ReportExpression class.

Espacio de nombres:  Microsoft.ReportingServices.RdlObjectModel
Ensamblado:  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxis

'Declaración
Public Sub New ( _
    value As Single _
)
'Uso
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
)

Parámetros