Search Results for

    Show / Hide Table of Contents

    Class FieldInfo

    Describes a single field shown in the fields tree, carrying its owning dataset, field name, .NET data type and display size.

    Inheritance
    object
    FieldInfo
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Designer
    Assembly: Reportman.Designer.dll
    Syntax
    public class FieldInfo

    Constructors

    View Source

    FieldInfo(DataInfo, string)

    Declaration
    public FieldInfo(DataInfo dinfo, string fname)
    Parameters
    Type Name Description
    DataInfo dinfo
    string fname

    Fields

    View Source

    DataType

    Declaration
    public Type DataType
    Field Value
    Type Description
    Type
    View Source

    fieldname

    Declaration
    public string fieldname
    Field Value
    Type Description
    string
    View Source

    fieldsize

    Declaration
    public int fieldsize
    Field Value
    Type Description
    int
    View Source

    ninfo

    Declaration
    public DataInfo ninfo
    Field Value
    Type Description
    DataInfo
    • View Source
    In this article
    Back to top Generated by DocFX