ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Title Class / ToString Method

In This Topic
    ToString Method (Title)
    In This Topic
    Returns a string that represents the current Title object.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function ToString() As String
    public override string ToString()

    Return Value

    A System.String that represents this instance.
    See Also