Search Results for

    Show / Hide Table of Contents

    Class FunctionInfo

    Inheritance
    System.Object
    BaseObjectInfo<FunctionInfo>
    FunctionInfo
    Inherited Members
    BaseObjectInfo<FunctionInfo>.Items
    Namespace: FastReport.Utils
    Assembly: FastReport.Base.dll
    Syntax
    public class FunctionInfo : BaseObjectInfo<FunctionInfo>

    Properties

    Function

    The registered function.

    Declaration
    public MethodInfo Function { get; set; }
    Property Value
    Type Description
    System.Reflection.MethodInfo

    Name

    Name of object or category.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Text

    Tooltip text.

    Declaration
    public override string Text { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    FastReport.Utils.BaseObjectInfo<FastReport.Utils.FunctionInfo>.Text

    Methods

    EnumItems(ICollection<FunctionInfo>)

    Enumerates all objects.

    Declaration
    public override void EnumItems(ICollection<FunctionInfo> list)
    Parameters
    Type Name Description
    System.Collections.Generic.ICollection<FunctionInfo> list

    List that will contain enumerated items.

    Overrides
    FastReport.Utils.BaseObjectInfo<FastReport.Utils.FunctionInfo>.EnumItems(System.Collections.Generic.ICollection<FastReport.Utils.FunctionInfo>)
    Back to top © 1998-2025 Copyright Fast Reports Inc.