Partager via


Constructeur ReportExpression (Double)

Espace de noms :  Microsoft.ReportingServices.RdlObjectModel
Assembly :  Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    value As Double _
)
'Utilisation
Dim value As Double

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

Paramètres