Construtor ReportExpression(T) (String)

Initializes a new instance of the ReportExpression<(Of <(<'T>)>)> class.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Sub New ( _
    value As String _
)
'Uso
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
)

Parâmetros