Search Results for

    Show / Hide Table of Contents

    Class FindTextArgs

    This class is used to pass find arguments to some methods of the CodeUtils class.

    Inheritance
    System.Object
    FindTextArgs
    Namespace: FastReport.Olap.Code
    Assembly: FastReport.Olap.dll
    Syntax
    public class FindTextArgs

    Fields

    CloseBracket

    The char sequence used to find the expression's end.

    Declaration
    public string CloseBracket
    Field Value
    Type Description
    System.String

    EndIndex

    After the search, this property points to the end of an expression.

    Declaration
    public int EndIndex
    Field Value
    Type Description
    System.Int32

    FoundText

    The last found expression.

    Declaration
    public string FoundText
    Field Value
    Type Description
    System.String

    OpenBracket

    The char sequence used to find the expression's begin.

    Declaration
    public string OpenBracket
    Field Value
    Type Description
    System.String

    StartIndex

    The start position of the search. After the search, this property points to the begin of an expression.

    Declaration
    public int StartIndex
    Field Value
    Type Description
    System.Int32

    Text

    The text with embedded expressions.

    Declaration
    public FastString Text
    Field Value
    Type Description
    FastString
    Back to top © 1998-2024 Copyright Fast Reports Inc.