Share via


ReportExpression<T> Constructor (String)

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 String _
)
'Usage
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
)

Parameters

See Also

Reference

ReportExpression<T> Structure

ReportExpression<T> Overload

Microsoft.ReportingServices.RdlObjectModel Namespace