ReportExpression.ToString Method

Definition

Converts the current ReportExpression instance to a string.

Overloads

ToString(String, IFormatProvider)

Converts the current ReportExpression instance to a string.

ToString()

Converts the current ReportExpression instance to a string.

ToString(String, IFormatProvider)

Converts the current ReportExpression instance 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 formatting string.

Returns

The string representation of ReportExpression.

Implements

Applies to

ToString()

Converts the current ReportExpression instance to a string.

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

Returns

The string representation of ReportExpression.

Applies to