Share via


ReportExpression<T>.ToString Method

Definition

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

Overloads

ToString()

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

ToString(String, IFormatProvider)

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

ToString()

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

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A string value of the ReportExpression<T> object.

Applies to

ToString(String, IFormatProvider)

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

public:
 virtual System::String ^ ToString(System::String ^ format, IFormatProvider ^ provider);
public string ToString (string format, IFormatProvider provider);
override this.ToString : string * IFormatProvider -> string
Public Function ToString (format As String, provider As IFormatProvider) As String

Parameters

format
String

The formatting string.

provider
IFormatProvider

Provides parsing information for the format parameter.

Returns

A string value of the ReportExpression<T> object.

Implements

Applies to