ReportRun.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.
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.