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

In This Topic
    GenerateExpressionString Method (NothingExpressionInfo)
    In This Topic
    Generates expression string
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function GenerateExpressionString() As String
    public override string GenerateExpressionString()

    Return Value

    System.String represents the expression.
    See Also