Metodo ReportExpression.ToString (String, IFormatProvider)

Converts the current ReportExpression instance to a string.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'Utilizzo
Dim instance As ReportExpression 
Dim format As String 
Dim provider As IFormatProvider 
Dim returnValue As String 

returnValue = instance.ToString(format, _
    provider)
public string ToString(
    string format,
    IFormatProvider provider
)
public:
virtual String^ ToString(
    String^ format, 
    IFormatProvider^ provider
) sealed
abstract ToString : 
        format:string * 
        provider:IFormatProvider -> string  
override ToString : 
        format:string * 
        provider:IFormatProvider -> string
public final function ToString(
    format : String, 
    provider : IFormatProvider
) : String

Parametri

Valore restituito

Tipo: System.String
The string representation of ReportExpression.

Implementa

IFormattable.ToString(String, IFormatProvider)

Vedere anche

Riferimento

ReportExpression Struttura

Overload ToString

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel