ReportExpression.ToString Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.