Constructeur ReportExpression (String)
Initializes a new instance of the ReportExpression class.
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 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
A string value.