Share via


ReportExpression<T>.ToString Method

Converts the current ReportExpression<T> object to a string.

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

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As ReportExpression 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Return Value

Type: System.String
A string value of the ReportExpression<T> object.

See Also

Reference

ReportExpression<T> Structure

ToString Overload

Microsoft.ReportingServices.RdlObjectModel Namespace