ReportExpression(T) constructeur (T)
Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.
Espace de noms : Microsoft.ReportingServices.RdlObjectModel
Assembly : Microsoft.ReportingServices.Designer.Controls (dans Microsoft.ReportingServices.Designer.Controls.dll)
Syntaxe
'Déclaration
Public Sub New ( _
value As T _
)
'Utilisation
Dim value As T
Dim instance As New ReportExpression(value)
public ReportExpression(
T value
)
public:
ReportExpression(
T value
)
new :
value:'T -> ReportExpression
public function ReportExpression(
value : T
)
Paramètres
- value
Type : T
The expression value.