Freigeben über


ReportExpression<T>.ToString-Methode

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

Rückgabewert

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

Siehe auch

Verweis

ReportExpression<T> Struktur

ToString-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace