Share via


ReportExpression<T>.ToString Method (String, IFormatProvider)

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 Function ToString ( _
    format As String, _
    provider As IFormatProvider _
) As String
'Usage
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

Parameters

Return Value

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

Implements

IFormattable.ToString(String, IFormatProvider)

See Also

Reference

ReportExpression<T> Structure

ToString Overload

Microsoft.ReportingServices.RdlObjectModel Namespace