ReportExpression(T) constructeur (String)
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 String _
)
'Utilisation
Dim value As String
Dim instance As New ReportExpression(value)
public ReportExpression(
string value
)
public:
ReportExpression(
String^ value
)
new :
value:string -> ReportExpression
public function ReportExpression(
value : String
)
Paramètres
- value
Type : System. . :: . .String
The expression value.