Construtor ReportExpression(T) (T)

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 T _
)
'Uso
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
)

Parâmetros

  • value
    Tipo: T
    The expression value.