Freigeben über


ReportExpression.ToString-Methode

Converts the current ReportExpression instance 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
The string representation of ReportExpression.

Siehe auch

Verweis

ReportExpression Struktur

ToString-Überladung

Microsoft.ReportingServices.RdlObjectModel-Namespace