Search Results for

    Show / Hide Table of Contents

    Class BaseDataField

    Inheritance
    System.Object
    BaseDataField
    DataField
    IdDataField
    Implements
    IBaseDataSetOwner
    Namespace: FastReport.Olap.Cube
    Assembly: FastReport.Olap.dll
    Syntax
    public class BaseDataField : IDisposable, IBaseDataSetOwner, INotifyPropertyChanged

    Constructors

    BaseDataField(BaseField)

    Declaration
    public BaseDataField(BaseField owner)
    Parameters
    Type Name Description
    BaseField owner

    Fields

    calculateAfterAll

    Declaration
    protected bool calculateAfterAll
    Field Value
    Type Description
    System.Boolean

    caseSensitive

    Declaration
    protected CaseSensitivity caseSensitive
    Field Value
    Type Description
    CaseSensitivity

    convert

    Declaration
    protected bool convert
    Field Value
    Type Description
    System.Boolean

    cubeFieldCaption

    Declaration
    protected string cubeFieldCaption
    Field Value
    Type Description
    System.String

    cubeFieldName

    Declaration
    protected string cubeFieldName
    Field Value
    Type Description
    System.String

    cubeFieldType

    Declaration
    protected DataType cubeFieldType
    Field Value
    Type Description
    DataType

    dataFieldIndex

    Declaration
    protected int dataFieldIndex
    Field Value
    Type Description
    System.Int32

    dataFieldName

    Declaration
    protected string dataFieldName
    Field Value
    Type Description
    System.String

    nullStr

    Declaration
    protected string nullStr
    Field Value
    Type Description
    System.String

    Properties

    DataFieldIndex

    Index of Field in DataSet

    Declaration
    [Browsable(false)]
    public int DataFieldIndex { get; }
    Property Value
    Type Description
    System.Int32

    DataSet

    Declaration
    [Browsable(false)]
    public IBaseDataSet DataSet { get; set; }
    Property Value
    Type Description
    IBaseDataSet

    Initialized

    Field initialized

    Declaration
    [Browsable(false)]
    public bool Initialized { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Assign(BaseDataField)

    Declaration
    public void Assign(BaseDataField source)
    Parameters
    Type Name Description
    BaseDataField source

    Dispose()

    Declaration
    public virtual void Dispose()

    FieldExists()

    Declaration
    public bool FieldExists()
    Returns
    Type Description
    System.Boolean

    Init()

    Declaration
    public bool Init()
    Returns
    Type Description
    System.Boolean

    NotifyPropertyChanged(String)

    Declaration
    protected void NotifyPropertyChanged(string propertyName)
    Parameters
    Type Name Description
    System.String propertyName

    Events

    PropertyChanged

    Declaration
    public event PropertyChangedEventHandler PropertyChanged
    Event Type
    Type Description
    System.ComponentModel.PropertyChangedEventHandler

    Implements

    IBaseDataSetOwner
    Back to top © 1998-2024 Copyright Fast Reports Inc.