Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 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
)
Parameters
- value
Type: System.Double
The double value.