ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.ExpressionInfo Assembly / GrapeCity.Enterprise.Data.Expressions Namespace / ExpressionInfo Class / ToString Method

In This Topic
    ToString Method (ExpressionInfo)
    In This Topic
    Returns the string representation of this ExpressionInfo object.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()
    Remarks
    The resulting System.String value can be used for the serialization and deserialization with further parsing.
    See Also