ReportExpression-Konstruktor (Double)
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
value As Double _
)
'Usage
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
)
Parameter
- value
Typ: System. . :: . .Double