Share via


ReportExpression<T> Constructor (T)

Initializes a new instance of the ReportExpression<T> class.

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

Syntax

'Declaration
Public Sub New ( _
    value As T _
)
'Usage
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
)

Parameters

  • value
    Type: T
    The expression value.

See Also

Reference

ReportExpression<T> Structure

ReportExpression<T> Overload

Microsoft.ReportingServices.RdlObjectModel Namespace