Share via


ReportRun.ToString Method

Definition

Returns a textual description of the class.

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

Returns

A string that describes the class.

Remarks

For most classes the toString method returns a string that contains the class handle and name, but for some classes more information is returned in the string.

Applies to